Skip to content

Commit ddde40e

Browse files
committed
Fix build
1 parent c9035b3 commit ddde40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ignore-by-php-version.neon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
$includes[] = __DIR__ . '/deprecated-8.4.neon';
3434
}
3535

36-
if (PHP_VERSION_ID < 80100) {
36+
if (PHP_VERSION_ID < 80200) {
3737
$includes[] = __DIR__ . '/old-phpunit.neon';
3838
} else {
3939
$includes[] = __DIR__ . '/new-phpunit.neon';

0 commit comments

Comments
 (0)