Skip to content

Commit c853e32

Browse files
committed
Fix
1 parent 3c9739d commit c853e32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
echo opcache.interned_strings_buffer=64 >> /etc/php.d/opcache.ini
9898
echo opcache.max_accelerated_files=100000 >> /etc/php.d/opcache.ini
9999
- name: Enable JIT
100-
if: matrix.type != 'verify_type_inference'
101100
run: |
102101
echo opcache.jit=tracing >> /etc/php.d/opcache.ini
103102
echo opcache.jit_buffer_size=128M >> /etc/php.d/opcache.ini

0 commit comments

Comments
 (0)