From 49246969439642500c95e943ed848e8d593a5141 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 2 Nov 2025 13:23:30 +0100 Subject: [PATCH] Try to fix "VirtualProtect() failed [87] The parameter is incorrect" in php logs --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e93257f1..e05b58ef 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -114,6 +114,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} extensions: mbstring, dom, fileinfo, mysql, json, xml, pdo, pdo_mysql + ini-values: opcache.jit_buffer_size=16M - name: Get composer cache directory id: composer-cache