File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,6 @@ jobs:
206
206
if : ${{ !startsWith(matrix.os, 'windows-') }}
207
207
run : php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}
208
208
209
- # - name: Setup tmate session
210
- # if: ${{ failure() }}
211
- # uses: mxschmitt/action-tmate@v3
209
+ - name : Setup tmate session
210
+ if : ${{ failure() }}
211
+ uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change 16
16
// '8.1',
17
17
// '8.2',
18
18
// '8.3',
19
- '8.4 ' ,
20
- '8.5 ' ,
19
+ // '8.4',
20
+ // '8.5',
21
21
'git ' ,
22
22
];
23
23
28
28
// 'macos-15', // bin/spc for arm64
29
29
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
30
30
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
31
- 'ubuntu-24.04 ' , // bin/spc for x86_64
31
+ // 'ubuntu-24.04', // bin/spc for x86_64
32
32
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
33
33
'ubuntu-24.04-arm ' , // bin/spc for arm64
34
- 'windows-latest ' , // .\bin\spc.ps1
34
+ // 'windows-latest', // .\bin\spc.ps1
35
35
];
36
36
37
37
// whether enable thread safe
You can’t perform that action at this time.
0 commit comments