Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-02-07 12:04:31 +0300
committerdartcafe <github@dartcafe.de>2021-02-07 12:04:31 +0300
commit40f426b045f1a4c1c701db61b20df40b12990bf0 (patch)
treeb175a3755fd45d6c4287fc5909d89b28a695a203 /.github
parent68e5440d533980e6261c6fe22ed4ba5e94a2c2b8 (diff)
fix actions failing on PHP 7.3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 29067be1..69003945 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -48,7 +48,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
- extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
+ extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd
coverage: none
- name: Set up PHPUnit
@@ -118,7 +118,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
- extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
+ extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, zip, gd
coverage: none
- name: Set up PHPUnit
@@ -190,7 +190,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
- extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
+ extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql, zip, gd
coverage: none
- name: Set up PHPUnit