Skip to content

Commit 1e8a161

Browse files
committed
Fix php 8 lowest build
1 parent bbe489a commit 1e8a161

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/continuous-integration.yml

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
if: "contains(matrix.dependencies, 'lowest')"
6262
run: "echo \"COMPOSER_FLAGS=$COMPOSER_FLAGS --prefer-lowest\" >> $GITHUB_ENV"
6363

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

0 commit comments

Comments
 (0)