second attempt to fix psalm

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-03-18 17:48:27 +01:00
parent 8b2a4c057a
commit b28572e67f
3 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,11 @@ jobs:
php-version: 8.5
extensions: apcu
coverage: none
ini-file: development
jit: false
ini_values: |
opcache.jit=0
opcache.jit_buffer_size=0
- name: Run script
run: |

View File

@@ -44,8 +44,10 @@ jobs:
coverage: none
ini-file: development
jit: false
# Temporary workaround for missing pcntl_* in PHP 8.3
ini-values: disable_functions=
ini_values: |
opcache.jit=0
opcache.jit_buffer_size=0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}