Skip to content

Commit 8e257e0

Browse files
committed
cs-fix
1 parent e385108 commit 8e257e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/globals/test-extensions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
// test php version
1515
$test_php_version = [
16-
'8.1',
17-
'8.2',
18-
'8.3',
16+
// '8.1',
17+
// '8.2',
18+
// '8.3',
1919
'8.4',
2020
];
2121

2222
// test os (macos-13, macos-14, ubuntu-latest, windows-latest are available)
2323
$test_os = [
2424
'macos-14',
2525
'ubuntu-latest',
26-
'windows-latest'
26+
// 'windows-latest',
2727
];
2828

2929
// whether enable thread safe
@@ -53,7 +53,7 @@
5353
// You can use `common`, `bulk`, `minimal` or `none`.
5454
// note: combination is only available for *nix platform. Windows must use `none` combination
5555
$base_combination = match (PHP_OS_FAMILY) {
56-
'Linux', 'Darwin' => 'minimal',
56+
'Linux', 'Darwin' => 'none',
5757
'Windows' => 'none',
5858
};
5959

0 commit comments

Comments
 (0)