Add full tests for imagick extension

This commit is contained in:
crazywhalecc 2025-03-30 14:03:06 +08:00
parent 6ea1d06460
commit 16d82212dd
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -21,8 +21,8 @@ $test_php_version = [
// test os (macos-13, macos-14, ubuntu-latest, windows-latest are available)
$test_os = [
// 'macos-13',
// 'macos-14',
'macos-13',
'macos-14',
'ubuntu-latest',
// 'windows-latest',
];