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 b020249 + d3bc23e commit 5afa7c4Copy full SHA for 5afa7c4
bin/simple-phpunit.php
@@ -94,8 +94,8 @@
94
};
95
96
if (\PHP_VERSION_ID >= 80000) {
97
- // PHP 8 requires PHPUnit 9.3+
98
- $PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '9.4') ?: '9.4';
+ // PHP 8 requires PHPUnit 9.3+, PHP 8.1 requires PHPUnit 9.5+
+ $PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '9.5') ?: '9.5';
99
} elseif (\PHP_VERSION_ID >= 70200) {
100
// PHPUnit 8 requires PHP 7.2+
101
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '8.5') ?: '8.5';
0 commit comments