diff options
author | Joas Schilling <coding@schilljs.com> | 2023-06-01 23:58:45 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-06-02 00:19:25 +0200 |
commit | d6ce50082eac112e247e3bb0d13066d0e5f4bdee (patch) | |
tree | d1a03265d388ff47312d0a2d462fa583fbe7f6c4 /.github | |
parent | 373147ac0212615d1739f6d2ece7698b63be7a9d (diff) | |
download | nextcloud-server-d6ce50082eac112e247e3bb0d13066d0e5f4bdee.tar.gz nextcloud-server-d6ce50082eac112e247e3bb0d13066d0e5f4bdee.zip |
fix(psalm): Install apcu, ftp and ldap extension like in static-code-analysis-security
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 65a414f6abf..22a1a69a977 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -23,7 +23,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.0' - extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip + extensions: apcu,ctype,curl,dom,fileinfo,ftp,gd,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |