diff options
author | MichaIng <micha@dietpi.com> | 2021-12-20 13:47:12 +0100 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2021-12-31 17:32:43 +0100 |
commit | faeeb030204afd890f939f9e4547ef7f27382296 (patch) | |
tree | 87280e22656d91e7e367cc457be1d0684b83304b /.github/workflows/static-code-analysis.yml | |
parent | 2c50f85e2fba2e7dae3209d57448613cd8ca5948 (diff) | |
download | nextcloud-server-faeeb030204afd890f939f9e4547ef7f27382296.tar.gz nextcloud-server-faeeb030204afd890f939f9e4547ef7f27382296.zip |
Remove iconv from further tests
as of: https://github.com/nextcloud/server/pull/29470
Some tests were missing in: https://github.com/nextcloud/server/pull/29958
Signed-off-by: MichaIng <micha@dietpi.com>
Diffstat (limited to '.github/workflows/static-code-analysis.yml')
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 0a2df0d71f9..31ee0f89fa2 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -17,7 +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 + extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install run: composer i @@ -43,7 +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 + extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none - name: Composer install run: composer i |