diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 94953bf4..320e6404 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -72,7 +72,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' => 'common', 'Windows' => 'none', };