Skip to content

Commit 1456341

Browse files
committed
don't test on windows x)
1 parent a3ee3e5 commit 1456341

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
@@ -21,15 +21,15 @@
2121

2222
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
2323
$test_os = [
24-
// 'macos-13',
24+
'macos-13',
2525
// 'macos-14',
26-
// 'macos-15',
27-
// 'ubuntu-latest',
28-
// 'ubuntu-22.04',
26+
'macos-15',
27+
'ubuntu-latest',
28+
'ubuntu-22.04',
2929
// '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

0 commit comments

Comments
 (0)