mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Fix GD AVIF CI test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user