From d0228d388aacd87655e1a5d839d5f59992162ff8 Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Thu, 25 Feb 2021 21:28:27 +0300 Subject: [PATCH] disabled JIT for tests on php 8 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae779d8..e797258 100644 --- a/.github/workflows/build.yml +++ b/.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