mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-02-22 22:52:42 +01:00
disabled JIT for tests on php 8
This commit is contained in:
parent
1a762284da
commit
d0228d388a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
-
|
||||
name: Disable JIT for PHP 8
|
||||
if: matrix.php != '7.4'
|
||||
run: echo "PHP_INI=\"${PHP_INI}, opcache.jit\"" >> $GITHUB_ENV
|
||||
run: echo "PHP_INI=\"${PHP_INI}, opcache.jit=0, opcache.jit_buffer_size=0\"" >> $GITHUB_ENV
|
||||
|
||||
-
|
||||
name: Install PHP with extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user