ci(psalm): Install ftp extension for security scans

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-03-24 13:21:47 +01:00
parent 6c2d9ec73e
commit 936babe17e
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -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