Fix GD AVIF CI test

This commit is contained in:
cytopia
2022-01-26 16:37:33 +01:00
parent 0229adf7c1
commit 9a24cfe917

View File

@@ -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);
}