This commit is contained in:
DubbleClick 2025-07-24 16:43:36 +07:00
parent 1d6b2bd002
commit c86360c9c4
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ trait libjxl
'-DJPEGXL_ENABLE_MANPAGES=OFF',
'-DJPEGXL_ENABLE_BENCHMARK=OFF',
'-DJPEGXL_ENABLE_PLUGINS=OFF',
'-DJPEGXL_ENABLE_SJPOEG=ON',
'-DJPEGXL_ENABLE_SJPEG=ON',
'-DJPEGXL_ENABLE_JNI=OFF',
'-DJPEGXL_ENABLE_TRANSCODE_JPEG=ON',
'-DJPEGXL_STATIC=' . (SPCTarget::isStatic() ? 'ON' : 'OFF'),

View File

@ -14,7 +14,7 @@ declare(strict_types=1);
// test php version (8.1 ~ 8.4 available, multiple for matrix)
$test_php_version = [
// '8.1',
'8.2',
// '8.2',
// '8.3',
'8.4',
];