From ceec285c36caa87104e41bf99a894f91fb0ded46 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Tue, 20 Dec 2022 21:43:21 +0100 Subject: [PATCH] Fix build --- build/ignore-by-php-version.neon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ignore-by-php-version.neon.php b/build/ignore-by-php-version.neon.php index 1e605970469..cabdbb57b00 100644 --- a/build/ignore-by-php-version.neon.php +++ b/build/ignore-by-php-version.neon.php @@ -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'; }