Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 20, 2022
1 parent 8195a64 commit f72190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ignore-by-php-version.neon.php
Expand Up @@ -24,7 +24,7 @@
$includes[] = __DIR__ . '/enum-adapter-errors.neon';
}

if (PHP_VERSION_ID >= 70300 && PHP_VERSION_ID < 80000) {
if (PHP_VERSION_ID < 80000) {
$includes[] = __DIR__ . '/more-enum-adapter-errors.neon';
}

Expand Down

0 comments on commit f72190c

Please sign in to comment.