We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe489a commit 1e8a161Copy full SHA for 1e8a161
.github/workflows/continuous-integration.yml
@@ -61,6 +61,11 @@ jobs:
61
if: "contains(matrix.dependencies, 'lowest')"
62
run: "echo \"COMPOSER_FLAGS=$COMPOSER_FLAGS --prefer-lowest\" >> $GITHUB_ENV"
63
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
+
69
- name: "Install latest dependencies"
70
run: |
71
# Remove PHPStan as it requires a newer PHP
0 commit comments