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 81301c6 commit 62a236eCopy full SHA for 62a236e
.github/workflows/ci.yml
@@ -905,6 +905,8 @@ jobs:
905
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony lowest)
906
runs-on: ubuntu-latest
907
timeout-minutes: 20
908
+ env:
909
+ SYMFONY_PHPUNIT_VERSION: '9.5'
910
strategy:
911
matrix:
912
php:
composer.json
@@ -106,7 +106,6 @@
106
"doctrine/persistence": "<1.3",
107
"symfony/var-exporter": "<6.1.1",
108
"sebastian/comparator": ">=5.0",
109
- "phpunit/phpunit": "<9.5",
110
"phpspec/prophecy": "<1.15",
111
"elasticsearch/elasticsearch": ">=8.0,<8.4"
112
},
0 commit comments