Skip to content

Commit de6a852

Browse files
committed
Use PHPUnit 9.4 to run the test suite.
1 parent a60c0af commit de6a852

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
@@ -15,7 +15,7 @@ if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
1515
if (\PHP_VERSION_ID < 70300) {
1616
putenv('SYMFONY_PHPUNIT_VERSION=8.5');
1717
} else {
18-
putenv('SYMFONY_PHPUNIT_VERSION=9.3');
18+
putenv('SYMFONY_PHPUNIT_VERSION=9.4');
1919
}
2020
} elseif (\PHP_VERSION_ID >= 70000) {
2121
putenv('SYMFONY_PHPUNIT_VERSION=6.5');

0 commit comments

Comments
 (0)