Explorar o código

disabled JIT for tests on php 8

Ne-Lexa %!s(int64=5) %!d(string=hai) anos
pai
achega
d0228d388a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -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