Skip to content

Commit f6820d9

Browse files
authored
[PhpUnitBridge] Bump SYMFONY_PHPUNIT_VERSION
1 parent af017e6 commit f6820d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/simple-phpunit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
if (PHP_VERSION_ID >= 70200) {
5151
// PHPUnit 8 requires PHP 7.2+
52-
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '8.2');
52+
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '8.3');
5353
} elseif (PHP_VERSION_ID >= 70100) {
5454
// PHPUnit 7 requires PHP 7.1+
5555
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '7.5');

0 commit comments

Comments
 (0)