Merge pull request #37384 from nextcloud/ci/psalm/security-analysis-ldap

ci(psalm): Install ftp+ldap extension for security scans
pull/37421/head
Christoph Wurst 1 year ago committed by GitHub
commit 30d6effe12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: '8.0'
extensions: ctype,curl,dom,fileinfo,gd,intl,json,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