Remove openmp support for imagemagick

This commit is contained in:
crazywhalecc
2025-03-29 22:51:12 +08:00
parent ee54b6d347
commit 4115e42dc6
4 changed files with 3 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ $test_os = [
// 'macos-13',
// 'macos-14',
'ubuntu-latest',
'windows-latest',
// 'windows-latest',
];
// whether enable thread safe
@@ -40,7 +40,7 @@ $prefer_pre_built = false;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'pgsql,pdo_pgsql',
'Linux', 'Darwin' => 'imagick',
'Windows' => 'pgsql,pdo_pgsql',
};