From 9a24cfe917dfef9c3a9913631b14878a266273c8 Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 26 Jan 2022 16:37:33 +0100 Subject: [PATCH] Fix GD AVIF CI test --- tests/mods/modules/gd/gd-avif.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mods/modules/gd/gd-avif.php b/tests/mods/modules/gd/gd-avif.php index 44ac39b..df81fb4 100644 --- a/tests/mods/modules/gd/gd-avif.php +++ b/tests/mods/modules/gd/gd-avif.php @@ -9,7 +9,7 @@ error_reporting(-1); // Only available since PHP 8.1.x -if (version_compare($PHP_VERSION, '8.1.0', '<=')) { +if (version_compare(PHP_VERSION, '8.1.0', '<=')) { echo 'SKIP'; exit(0); }