Skip to content

Commit c3e9a28

Browse files
committed
Test
1 parent d005353 commit c3e9a28

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,20 +16,20 @@
1616
// '8.1',
1717
// '8.2',
1818
// '8.3',
19-
// '8.4',
19+
'8.4',
2020
// '8.5',
21-
'git',
21+
// 'git',
2222
];
2323

2424
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
2525
$test_os = [
2626
// 'macos-13', // bin/spc for x86_64
2727
// 'macos-14', // bin/spc for arm64
2828
// 'macos-15', // bin/spc for arm64
29-
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
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
3434
// 'windows-latest', // .\bin\spc.ps1
3535
];

0 commit comments

Comments
 (0)