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.
2 parents 0daa328 + 6174492 commit debe16eCopy full SHA for debe16e
bin/simple-phpunit.php
@@ -95,7 +95,7 @@
95
96
if (\PHP_VERSION_ID >= 80000) {
97
// PHP 8 requires PHPUnit 9.3+
98
- $PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '9.3');
+ $PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '9.4');
99
} elseif (\PHP_VERSION_ID >= 70200) {
100
// PHPUnit 8 requires PHP 7.2+
101
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '8.3');
0 commit comments