Skip to content

Commit 5afa7c4

Browse files
Merge branch '4.4' into 5.3
* 4.4: [HttpClient] accept headers when CURLE_RECV_ERROR is received before the content Use PHPUnit 9.5 on PHP 8.1
2 parents b020249 + d3bc23e commit 5afa7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/simple-phpunit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
};
9595

9696
if (\PHP_VERSION_ID >= 80000) {
97-
// PHP 8 requires PHPUnit 9.3+
98-
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '9.4') ?: '9.4';
97+
// PHP 8 requires PHPUnit 9.3+, PHP 8.1 requires PHPUnit 9.5+
98+
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '9.5') ?: '9.5';
9999
} elseif (\PHP_VERSION_ID >= 70200) {
100100
// PHPUnit 8 requires PHP 7.2+
101101
$PHPUNIT_VERSION = $getEnvVar('SYMFONY_PHPUNIT_VERSION', '8.5') ?: '8.5';

0 commit comments

Comments
 (0)