Skip to content

Commit 4b35fdc

Browse files
committed
ci(embed): add ZTS matrix
1 parent b9384df commit 4b35fdc

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"
@@ -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)