aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-psalm-baseline.yml
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2021-11-29 16:21:03 +0100
committerMichaIng <micha@dietpi.com>2021-11-30 02:33:12 +0100
commit0d749b7e9a67c0c4f160a59c55521c76ff04be01 (patch)
tree97c3be5da9519d4f6e49e33db663ab0c5971ea74 /.github/workflows/update-psalm-baseline.yml
parent393ea920bcf552617ed42b15ed9eed437426d1ed (diff)
downloadnextcloud-server-0d749b7e9a67c0c4f160a59c55521c76ff04be01.tar.gz
nextcloud-server-0d749b7e9a67c0c4f160a59c55521c76ff04be01.zip
Remove iconv from dependencies and tests
which is not used anymore since: https://github.com/nextcloud/server/pull/29470 Signed-off-by: MichaIng <micha@dietpi.com>
Diffstat (limited to '.github/workflows/update-psalm-baseline.yml')
-rw-r--r--.github/workflows/update-psalm-baseline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml
index b5b38cd888b..9fdaeffe22c 100644
--- a/.github/workflows/update-psalm-baseline.yml
+++ b/.github/workflows/update-psalm-baseline.yml
@@ -18,7 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2
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