From d201e75b116ca03ec148b7ea7999e8181c592cdf Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 2 Nov 2025 13:38:15 +0100 Subject: [PATCH] Revert "Try to fix "VirtualProtect() failed [87] The parameter is incorrect" in php logs" This reverts commit 49246969439642500c95e943ed848e8d593a5141. --- .github/workflows/cypress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e05b58ef..e93257f1 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -114,7 +114,6 @@ 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