Try to fix "VirtualProtect() failed [87] The parameter is incorrect" in php logs

This commit is contained in:
slawkens
2025-11-02 13:23:30 +01:00
parent 25a3db68e6
commit 4924696943

View File

@@ -114,6 +114,7 @@ jobs:
with: with:
php-version: ${{ matrix.php-versions }} php-version: ${{ matrix.php-versions }}
extensions: mbstring, dom, fileinfo, mysql, json, xml, pdo, pdo_mysql extensions: mbstring, dom, fileinfo, mysql, json, xml, pdo, pdo_mysql
ini-values: opcache.jit_buffer_size=16M
- name: Get composer cache directory - name: Get composer cache directory
id: composer-cache id: composer-cache