diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-03-24 13:21:47 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-03-24 13:21:47 +0100 |
commit | 936babe17e72382efaba26116b8d5dbdc0782001 (patch) | |
tree | 396f02420cb5b6443fb0f21ea8cfc9718e50b8f1 /.github | |
parent | 6c2d9ec73e4c974ba18af74e6f9ac1f5117d5da8 (diff) | |
download | nextcloud-server-936babe17e72382efaba26116b8d5dbdc0782001.tar.gz nextcloud-server-936babe17e72382efaba26116b8d5dbdc0782001.zip |
ci(psalm): Install ftp extension for security scans
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 a0d2e26bc0f..6f18f77c48e 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,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip + extensions: ctype,curl,dom,fileinfo,ftp,gd,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install |