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 821f20b commit ecbe5b7Copy full SHA for ecbe5b7
phpunit
@@ -10,12 +10,10 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
10
exit(1);
11
}
12
if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
13
- if (\PHP_VERSION_ID < 70200) {
14
- putenv('SYMFONY_PHPUNIT_VERSION=7.5');
15
- } elseif (\PHP_VERSION_ID < 70300) {
+ if (\PHP_VERSION_ID < 70300) {
16
putenv('SYMFONY_PHPUNIT_VERSION=8.5.26');
17
} else {
18
- putenv('SYMFONY_PHPUNIT_VERSION=9.5');
+ putenv('SYMFONY_PHPUNIT_VERSION=9.6');
19
20
21
if (!getenv('SYMFONY_PATCH_TYPE_DECLARATIONS') && \PHP_VERSION_ID >= 70300) {
0 commit comments