10000 minor #38411 Use PHPUnit 9.4 to run the test suite (derrabus) · symfony/symfony@3f2af74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f2af74

Browse files
committed
minor #38411 Use PHPUnit 9.4 to run the test suite (derrabus)
This PR was merged into the 3.4 branch. Discussion ---------- Use PHPUnit 9.4 to run the test suite | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- de6a852 Use PHPUnit 9.4 to run the test suite.
2 parents a60c0af + de6a852 commit 3f2af74

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)
0