Skip to content

Commit

Permalink
Stick to PHPUnit 8.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 20, 2022
1 parent 56576ab commit 953c09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
if (\PHP_VERSION_ID < 70200) {
putenv('SYMFONY_PHPUNIT_VERSION=7.5');
} elseif (\PHP_VERSION_ID < 70300) {
putenv('SYMFONY_PHPUNIT_VERSION=8.5');
putenv('SYMFONY_PHPUNIT_VERSION=8.5.26');
} else {
putenv('SYMFONY_PHPUNIT_VERSION=9.5');
}
Expand Down

0 comments on commit 953c09c

Please sign in to comment.