We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0c716 commit b8d5e75Copy full SHA for b8d5e75
build/ignore-by-php-version.neon.php
@@ -35,7 +35,7 @@
35
$includes[] = __DIR__ . '/deprecated-8.4.neon';
36
}
37
38
-if (PHP_VERSION_ID < 80200) {
+if (PHP_VERSION_ID < 80100) {
39
$includes[] = __DIR__ . '/old-phpunit.neon';
40
} else {
41
$includes[] = __DIR__ . '/new-phpunit.neon';
0 commit comments