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 97b19bc commit 85d6095Copy full SHA for 85d6095
.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"
@@ -184,6 +187,7 @@ jobs:
184
187
php-version: ${{ env.php_version }}
185
188
186
189
debug: true
190
+ phpts: ${{ matrix.phpts }}
191
192
- name: Install libphp-embed
193
run: sudo apt update -y && sudo apt install -y libphp8.4-embed
0 commit comments