Skip to content

Commit 006268c

Browse files
committed
test: add phpts matrix build
1 parent 329f3c7 commit 006268c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,11 @@ jobs:
169169
if: "!(contains(matrix.os, 'macos') && matrix.rust == 'nightly')"
170170
run: cargo test --release --workspace --features closure,anyhow,runtime --no-fail-fast
171171
test-embed:
172-
name: Test with embed
172+
name: Test with embed (${{ matrix.phpts }})
173173
runs-on: ubuntu-latest
174+
strategy:
175+
matrix:
176+
phpts: [ts, nts]
174177
env:
175178
clang: "17"
176179
php_version: "8.4"
@@ -183,6 +186,7 @@ jobs:
183186
with:
184187
php-version: ${{ env.php_version }}
185188
env:
189+
phpts: ${{ matrix.phpts }}
186190
debug: true
187191

188192
- name: Install libphp-embed

0 commit comments

Comments
 (0)