Skip to content

Commit

Permalink
Merge pull request #130 from mittwald/bugfix/deployer-7.4
Browse files Browse the repository at this point in the history
Restore compatibility with Deployer 7.4
  • Loading branch information
martin-helmich authored Apr 26, 2024
2 parents d39d5af + 2b21874 commit 68e2c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.2', '8.3']
deployer-version: ['7.3']
deployer-version: ['7.3.*', '7.4.*', '*']
runs-on: ubuntu-latest

steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Setup test project with composer
run: |
composer init --name mittwald/deployer-recipes-test --type project --repository '{"type":"path","url":"git/mittwald-recipe"}'
composer require --dev 'deployer/deployer:${{ matrix.deployer-version }}.*'
composer require --dev 'deployer/deployer:${{ matrix.deployer-version }}'
composer require --dev mittwald/deployer-recipes:dev-${GITHUB_SHA}
cp git/mittwald-recipe/functionaltest/deploy.php deploy.php
Expand Down
2 changes: 1 addition & 1 deletion recipes/deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'mittwald:domain',
]);

before('deploy:setup', 'mittwald:setup');
before('deploy:info', 'mittwald:setup');

/**
* Shorthand function for defining a host with a preconfigured mittwald App.
Expand Down

0 comments on commit 68e2c0b

Please sign in to comment.