Skip to content

Commit aeffc5f

Browse files
authored
Bump default PHPUnit version from 6.3 to 6.5
This PR bumps the default PHPUnit version for php ≥ 7.2 from the outdated 6.3 to the currently maintained version 6.5.
1 parent a41874f commit aeffc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ error_reporting(-1);
1717

1818
if (PHP_VERSION_ID >= 70200) {
1919
// PHPUnit 6 is required for PHP 7.2+
20-
$PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '6.3';
20+
$PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '6.5';
2121
} elseif (PHP_VERSION_ID >= 50600) {
2222
// PHPUnit 4 does not support PHP 7
2323
$PHPUNIT_VERSION = getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.7';

0 commit comments

Comments
 (0)