diff options
author | Joas Schilling <coding@schilljs.com> | 2023-06-01 23:58:45 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-06-08 16:20:49 +0200 |
commit | da1413662a55a2f2f6090d8844231676af0b70ba (patch) | |
tree | a336decd8054117554492220a27a446556e702c8 /.github | |
parent | 71162629cfd1cc9efd4a8bdd74faf310045c9358 (diff) | |
download | nextcloud-server-da1413662a55a2f2f6090d8844231676af0b70ba.tar.gz nextcloud-server-da1413662a55a2f2f6090d8844231676af0b70ba.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 941e5ddfe3f..2c979333cd4 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 }} |