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/ftp.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/ftp.yml')
-rw-r--r-- | .github/workflows/ftp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml index 87e66badd77..aa9fe3aad79 100644 --- a/.github/workflows/ftp.yml +++ b/.github/workflows/ftp.yml @@ -44,7 +44,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} tools: phpunit - extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd + extensions: mbstring, fileinfo, intl, sqlite, pdo_sqlite, zip, gd - name: Set up Nextcloud run: | |