We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12aadf1 commit 924da6aCopy full SHA for 924da6a
src/globals/test-extensions.php
@@ -23,13 +23,13 @@
23
$test_os = [
24
// 'macos-13',
25
// 'macos-14',
26
- // 'macos-15',
27
- // 'ubuntu-latest',
28
- // 'ubuntu-22.04',
29
- // 'ubuntu-24.04',
+ 'macos-15',
+ 'ubuntu-latest',
+ 'ubuntu-22.04',
+ 'ubuntu-24.04',
30
// 'ubuntu-22.04-arm',
31
// 'ubuntu-24.04-arm',
32
- 'windows-latest',
+ // 'windows-latest',
33
];
34
35
// whether enable thread safe
@@ -72,7 +72,7 @@
72
// You can use `common`, `bulk`, `minimal` or `none`.
73
// note: combination is only available for *nix platform. Windows must use `none` combination
74
$base_combination = match (PHP_OS_FAMILY) {
75
- 'Linux', 'Darwin' => 'minimal',
+ 'Linux', 'Darwin' => 'common',
76
'Windows' => 'none',
77
};
78
0 commit comments