mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 16:30:09 +00:00
second attempt to fix psalm
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
6
.github/workflows/psalm.yml
vendored
6
.github/workflows/psalm.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user