Skip to content

Commit

Permalink
Add macOS x86_64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Dec 13, 2024
1 parent 44dcc83 commit 985cd67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/globals/test-extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

// test os (macos-13, macos-14, ubuntu-latest, windows-latest are available)
$test_os = [
'macos-14',
'ubuntu-latest',
// 'macos-14',
'macos-13',
// 'ubuntu-latest',
];

// whether enable thread safe
Expand Down Expand Up @@ -52,7 +53,7 @@
// 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' => 'minimal',
'Linux', 'Darwin' => 'bulk',
'Windows' => 'none',
};

Expand Down

0 comments on commit 985cd67

Please sign in to comment.