diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-12-23 20:03:08 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-05-03 10:10:28 +0200 |
commit | ab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0 (patch) | |
tree | 6f6394cec7137f4dafadf6b8fbe1107962bdc16a /.github/workflows/static-code-analysis.yml | |
parent | a31274623858ed48c4dc86bf042eef75afdafb2a (diff) | |
download | nextcloud-server-ab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0.tar.gz nextcloud-server-ab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0.zip |
Add ext-zip as platform dependency
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github/workflows/static-code-analysis.yml')
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 4057adbe8d7..fb415b585ec 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -17,6 +17,7 @@ jobs: uses: shivammathur/setup-php@master with: php-version: 7.4 + extensions: ctype,curl,dom,fileinfo,gd,iconv,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install run: composer i @@ -42,6 +43,7 @@ jobs: uses: shivammathur/setup-php@master with: php-version: 7.4 + extensions: ctype,curl,dom,fileinfo,gd,iconv,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install run: composer i |