From 20fbbb1dbe7b67e1ca78a7a235f778d792ab1f07 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 28 Aug 2025 11:01:58 +0800 Subject: [PATCH] test --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index dd9e186e..939a25ff 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -74,7 +74,7 @@ $with_libs = match (PHP_OS_FAMILY) { // You can use `common`, `bulk`, `minimal` or `none`. // note: combination is only available for *nix platform. Windows must use `none` combination $base_combination = match (PHP_OS_FAMILY) { - 'Linux', 'Darwin' => 'bulk', + 'Linux', 'Darwin' => 'none', 'Windows' => 'none', };