Skip to content

Commit 48a7d81

Browse files
committed
Test jit
1 parent 2c5cf07 commit 48a7d81

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
@@ -13,25 +13,25 @@
1313

1414
// test php version (8.1 ~ 8.4 available, multiple for matrix)
1515
$test_php_version = [
16-
// '8.1',
17-
// '8.2',
18-
// '8.3',
19-
// '8.4',
16+
'8.1',
17+
'8.2',
18+
'8.3',
19+
'8.4',
2020
'8.5',
2121
'git',
2222
];
2323

2424
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
2525
$test_os = [
26-
'macos-13', // bin/spc for x86_64
26+
// 'macos-13', // bin/spc for x86_64
2727
// 'macos-14', // bin/spc for arm64
28-
'macos-15', // bin/spc for arm64
29-
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
28+
// 'macos-15', // bin/spc for arm64
29+
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
3030
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
3131
// 'ubuntu-24.04', // bin/spc for x86_64
32-
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
32+
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3333
'ubuntu-24.04-arm', // bin/spc for arm64
34-
'windows-latest', // .\bin\spc.ps1
34+
// 'windows-latest', // .\bin\spc.ps1
3535
];
3636

3737
// whether enable thread safe

0 commit comments

Comments
 (0)