diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-03-24 12:36:26 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-03-24 13:20:08 +0100 |
commit | 6c2d9ec73e4c974ba18af74e6f9ac1f5117d5da8 (patch) | |
tree | cddca34a35491894867a447fc230f6f4eca069ce /.github | |
parent | 97b8e6d2a388cd08bd83ee08b1d322b9e813387a (diff) | |
download | nextcloud-server-6c2d9ec73e4c974ba18af74e6f9ac1f5117d5da8.tar.gz nextcloud-server-6c2d9ec73e4c974ba18af74e6f9ac1f5117d5da8.zip |
ci(psalm): Install ldap extension for security scans
Otherwise Psalm runs into tons of `UndefinedConstant`
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 4ae8babf843..a0d2e26bc0f 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -57,7 +57,7 @@ jobs: uses: shivammathur/setup-php@master with: php-version: '8.0' - extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip + extensions: ctype,curl,dom,fileinfo,gd,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install |