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 2bd6d59 commit 641fb24Copy full SHA for 641fb24
phpunit
@@ -7,7 +7,7 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
7
}
8
if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
9
if (\PHP_VERSION_ID >= 80300) {
10
- putenv('SYMFONY_PHPUNIT_VERSION=12');
+ putenv('SYMFONY_PHPUNIT_VERSION=12.5');
11
} else {
12
putenv('SYMFONY_PHPUNIT_VERSION=11.5');
13
0 commit comments