Skip to content

Commit

Permalink
Fix php 8 lowest build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 23, 2021
1 parent bbe489a commit 1e8a161
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
if: "contains(matrix.dependencies, 'lowest')"
run: "echo \"COMPOSER_FLAGS=$COMPOSER_FLAGS --prefer-lowest\" >> $GITHUB_ENV"

- name: "Upgrade phpunit-bridge if needed for php 8 lowest build"
if: "contains(matrix.php-version, '8.')"
run: |
composer require symfony/phpunit-bridge:^5.3.3 --dev --no-update
- name: "Install latest dependencies"
run: |
# Remove PHPStan as it requires a newer PHP
Expand Down

0 comments on commit 1e8a161

Please sign in to comment.