We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fe136 commit feea1b0Copy full SHA for feea1b0
.github/workflows/ci.yml
@@ -998,8 +998,6 @@ jobs:
998
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony lowest)
999
runs-on: ubuntu-latest
1000
timeout-minutes: 20
1001
- env:
1002
- SYMFONY_PHPUNIT_VERSION: '9.5'
1003
strategy:
1004
matrix:
1005
php:
composer.json
@@ -89,7 +89,7 @@
89
"symfony/maker-bundle": "^1.24",
90
"symfony/mercure-bundle": "*",
91
"symfony/messenger": "^6.4 || ^7.0",
92
- "symfony/phpunit-bridge": "^6.4 || ^7.0",
+ "symfony/phpunit-bridge": "^6.4.1 || ^7.0",
93
"symfony/routing": "^6.4 || ^7.0",
94
"symfony/security-bundle": "^6.4 || ^7.0",
95
"symfony/security-core": "^6.4 || ^7.0",
0 commit comments