Skip to content

Commit e41d789

Browse files
committed
Add comments, re-trigger tests
1 parent 90823e3 commit e41d789

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/globals/test-extensions.php

Lines changed: 9 additions & 9 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',
25-
// 'macos-14',
26-
'macos-15',
27-
'ubuntu-latest',
28-
'ubuntu-22.04',
29-
'ubuntu-24.04',
30-
// 'ubuntu-22.04-arm',
31-
// 'ubuntu-24.04-arm',
32-
// 'windows-latest',
24+
// 'macos-13', // bin/spc for x86_64
25+
// 'macos-14', // bin/spc for arm64
26+
'macos-15', // bin/spc for arm64
27+
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
28+
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
29+
'ubuntu-24.04', // bin/spc for x86_64
30+
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
31+
// 'ubuntu-24.04-arm', // bin/spc for arm64
32+
// 'windows-latest', // .\bin\spc.ps1
3333
];
3434

3535
// whether enable thread safe

0 commit comments

Comments
 (0)