From 16d82212dd3d0edb3f69416adb04d47120188551 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 30 Mar 2025 14:03:06 +0800 Subject: [PATCH] Add full tests for imagick extension --- src/globals/test-extensions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 5f9c15a6..ab5c5528 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -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', ];