Skip to content

Commit fbb822f

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Make one linux job run function jit on push
2 parents 7a105ec + e027c66 commit fbb822f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
${{ matrix.variation && '-d zend_test.observer.enabled=1 -d zend_test.observer.show_output=0' || '' }}
188188
idleCpu: ${{ matrix.asan && 'true' || 'false' }}
189189
- name: Test Tracing JIT
190+
if: ${{ inputs.all_variations || matrix.asan }}
190191
uses: ./.github/actions/test-linux
191192
with:
192193
enableOpcache: true
@@ -208,7 +209,7 @@ jobs:
208209
- name: Test Function JIT
209210
# ASAN frequently timeouts. Each test run takes ~90 minutes, we can
210211
# avoid running into the 6 hour timeout by skipping the function JIT.
211-
if: ${{ inputs.all_variations && !matrix.asan }}
212+
if: ${{ !matrix.asan }}
212213
uses: ./.github/actions/test-linux
213214
with:
214215
enableOpcache: true

0 commit comments

Comments
 (0)