Skip to content

Commit 953c09c

Browse files
Stick to PHPUnit 8.5.26
1 parent 56576ab commit 953c09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
1313
if (\PHP_VERSION_ID < 70200) {
1414
putenv('SYMFONY_PHPUNIT_VERSION=7.5');
1515
} elseif (\PHP_VERSION_ID < 70300) {
16-
putenv('SYMFONY_PHPUNIT_VERSION=8.5');
16+
putenv('SYMFONY_PHPUNIT_VERSION=8.5.26');
1717
} else {
1818
putenv('SYMFONY_PHPUNIT_VERSION=9.5');
1919
}

0 commit comments

Comments
 (0)