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 af017e6 commit f6820d9Copy full SHA for f6820d9
bin/simple-phpunit.php
@@ -49,7 +49,7 @@
49
50
if (PHP_VERSION_ID >= 70200) {
51
// PHPUnit 8 requires PHP 7.2+
52
- $PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '8.2');
+ $PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '8.3');
53
} elseif (PHP_VERSION_ID >= 70100) {
54
// PHPUnit 7 requires PHP 7.1+
55
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '7.5');
0 commit comments