add more tests

This commit is contained in:
crazywhalecc
2024-01-29 09:42:08 +08:00
committed by Jerry Ma
parent 4b653bc293
commit 05c6dc6dab
6 changed files with 379 additions and 4 deletions

View File

@@ -27,7 +27,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' => 'minimal',
'Windows' => 'none',
};