We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0229adf commit 9a24cfeCopy full SHA for 9a24cfe
1 file changed
tests/mods/modules/gd/gd-avif.php
@@ -9,7 +9,7 @@
9
10
11
// Only available since PHP 8.1.x
12
-if (version_compare($PHP_VERSION, '8.1.0', '<=')) {
+if (version_compare(PHP_VERSION, '8.1.0', '<=')) {
13
echo 'SKIP';
14
exit(0);
15
}
0 commit comments