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 56c90ca commit 20db00aCopy full SHA for 20db00a
src/globals/test-extensions.php
@@ -13,9 +13,9 @@
13
14
// test php version (8.1 ~ 8.4 available, multiple for matrix)
15
$test_php_version = [
16
- '8.1',
17
- '8.2',
18
- '8.3',
+ // '8.1',
+ // '8.2',
+ // '8.3',
19
'8.4',
20
// '8.5',
21
// 'git',
@@ -28,9 +28,9 @@
28
'macos-15', // bin/spc for arm64
29
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
30
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
31
- 'ubuntu-24.04', // bin/spc for x86_64
+ // 'ubuntu-24.04', // bin/spc for x86_64
32
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
33
- 'ubuntu-24.04-arm', // bin/spc for arm64
+ // 'ubuntu-24.04-arm', // bin/spc for arm64
34
// 'windows-latest', // .\bin\spc.ps1
35
];
36
0 commit comments