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 a41874f commit aeffc5fCopy full SHA for aeffc5f
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -17,7 +17,7 @@ error_reporting(-1);
17
18
if (PHP_VERSION_ID >= 70200) {
19
// PHPUnit 6 is required for PHP 7.2+
20
- $PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '6.3';
+ $PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '6.5';
21
} elseif (PHP_VERSION_ID >= 50600) {
22
// PHPUnit 4 does not support PHP 7
23
$PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.7';
0 commit comments