We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9384df commit 4b35fdcCopy full SHA for 4b35fdc
.github/workflows/build.yml
@@ -171,6 +171,9 @@ jobs:
171
test-embed:
172
name: Test with embed
173
runs-on: ubuntu-latest
174
+ strategy:
175
+ matrix:
176
+ phpts: [ts, nts]
177
env:
178
clang: "17"
179
php_version: "8.4"
@@ -183,6 +186,7 @@ jobs:
183
186
with:
184
187
php-version: ${{ env.php_version }}
185
188
189
+ phpts: ${{ matrix.phpts }}
190
debug: true
191
192
- name: Install libphp-embed
0 commit comments