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 3c9739d commit c853e32Copy full SHA for c853e32
.github/workflows/nightly.yml
@@ -97,7 +97,6 @@ jobs:
97
echo opcache.interned_strings_buffer=64 >> /etc/php.d/opcache.ini
98
echo opcache.max_accelerated_files=100000 >> /etc/php.d/opcache.ini
99
- name: Enable JIT
100
- if: matrix.type != 'verify_type_inference'
101
run: |
102
echo opcache.jit=tracing >> /etc/php.d/opcache.ini
103
echo opcache.jit_buffer_size=128M >> /etc/php.d/opcache.ini
0 commit comments