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 a53e6b1 commit 0f80d9dCopy full SHA for 0f80d9d
.github/workflows/nightly.yml
@@ -328,7 +328,7 @@ jobs:
328
- name: Test
329
uses: ./.github/actions/test-macos
330
- name: Test Tracing JIT
331
- if: ${{ matrix.os != '14' || !matrix.zts }}
+ if: matrix.os != '14' || !matrix.zts
332
333
with:
334
jitType: tracing
@@ -342,7 +342,7 @@ jobs:
342
-d zend_extension=opcache.so
343
-d opcache.enable_cli=1
344
- name: Test Function JIT
345
346
347
348
jitType: function
0 commit comments