Skip to content

Commit 985cd67

Browse files
committed
Add macOS x86_64 test
1 parent 44dcc83 commit 985cd67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/globals/test-extensions.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121

2222
// test os (macos-13, macos-14, ubuntu-latest, windows-latest are available)
2323
$test_os = [
24-
'macos-14',
25-
'ubuntu-latest',
24+
// 'macos-14',
25+
'macos-13',
26+
// 'ubuntu-latest',
2627
];
2728

2829
// whether enable thread safe
@@ -52,7 +53,7 @@
5253
// You can use `common`, `bulk`, `minimal` or `none`.
5354
// note: combination is only available for *nix platform. Windows must use `none` combination
5455
$base_combination = match (PHP_OS_FAMILY) {
55-
'Linux', 'Darwin' => 'minimal',
56+
'Linux', 'Darwin' => 'bulk',
5657
'Windows' => 'none',
5758
};
5859

0 commit comments

Comments
 (0)