Skip to content

Commit 9a24cfe

Browse files
committed
Fix GD AVIF CI test
1 parent 0229adf commit 9a24cfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mods/modules/gd/gd-avif.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
// Only available since PHP 8.1.x
12-
if (version_compare($PHP_VERSION, '8.1.0', '<=')) {
12+
if (version_compare(PHP_VERSION, '8.1.0', '<=')) {
1313
echo 'SKIP';
1414
exit(0);
1515
}

0 commit comments

Comments
 (0)