ci(psalm): Install ftp extension for security scans

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/37384/head
Christoph Wurst 1 year ago
parent 6c2d9ec73e
commit 936babe17e
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

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

Loading…
Cancel
Save