Skip to content

Commit d005353

Browse files
committed
tmate
1 parent 38725c2 commit d005353

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ jobs:
206206
if: ${{ !startsWith(matrix.os, 'windows-') }}
207207
run: php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}
208208

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

src/globals/test-extensions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// '8.1',
1717
// '8.2',
1818
// '8.3',
19-
'8.4',
20-
'8.5',
19+
// '8.4',
20+
// '8.5',
2121
'git',
2222
];
2323

@@ -28,10 +28,10 @@
2828
// 'macos-15', // bin/spc for arm64
2929
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
3030
// '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
3232
// '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)