Skip to content

Commit 85d6095

Browse files
committed
ci(embed): add ZTS matrix
1 parent 97b19bc commit 85d6095

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ jobs:
171171
test-embed:
172172
name: Test with embed
173173
runs-on: ubuntu-latest
174+
strategy:
175+
matrix:
176+
phpts: [ts, nts]
174177
env:
175178
clang: "17"
176179
php_version: "8.4"
@@ -184,6 +187,7 @@ jobs:
184187
php-version: ${{ env.php_version }}
185188
env:
186189
debug: true
190+
phpts: ${{ matrix.phpts }}
187191

188192
- name: Install libphp-embed
189193
run: sudo apt update -y && sudo apt install -y libphp8.4-embed

0 commit comments

Comments
 (0)