Skip to content

Commit 641fb24

Browse files
committed
try PHPUnit 12.5
1 parent 2bd6d59 commit 641fb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
77
}
88
if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
99
if (\PHP_VERSION_ID >= 80300) {
10-
putenv('SYMFONY_PHPUNIT_VERSION=12');
10+
putenv('SYMFONY_PHPUNIT_VERSION=12.5');
1111
} else {
1212
putenv('SYMFONY_PHPUNIT_VERSION=11.5');
1313
}

0 commit comments

Comments
 (0)