Merge pull request #7770 from nextcloud/enh/7766/fix-psalm

try to fix psalm
This commit is contained in:
Simon L.
2026-03-18 17:42:45 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ jobs:
php-version: 8.5
extensions: apcu
coverage: none
jit: false
- name: Run script
run: |

View File

@@ -43,6 +43,7 @@ jobs:
extensions: apcu
coverage: none
ini-file: development
jit: false
# Temporary workaround for missing pcntl_* in PHP 8.3
ini-values: disable_functions=
env: