Skip to content

Commit 924da6a

Browse files
committed
extension test
1 parent 12aadf1 commit 924da6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/globals/test-extensions.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
$test_os = [
2424
// 'macos-13',
2525
// 'macos-14',
26-
// 'macos-15',
27-
// 'ubuntu-latest',
28-
// 'ubuntu-22.04',
29-
// 'ubuntu-24.04',
26+
'macos-15',
27+
'ubuntu-latest',
28+
'ubuntu-22.04',
29+
'ubuntu-24.04',
3030
// 'ubuntu-22.04-arm',
3131
// 'ubuntu-24.04-arm',
32-
'windows-latest',
32+
// 'windows-latest',
3333
];
3434

3535
// whether enable thread safe
@@ -72,7 +72,7 @@
7272
// You can use `common`, `bulk`, `minimal` or `none`.
7373
// note: combination is only available for *nix platform. Windows must use `none` combination
7474
$base_combination = match (PHP_OS_FAMILY) {
75-
'Linux', 'Darwin' => 'minimal',
75+
'Linux', 'Darwin' => 'common',
7676
'Windows' => 'none',
7777
};
7878

0 commit comments

Comments
 (0)