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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 69f5c86..27fb76d 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -47,7 +47,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, gd, zip
- name: Set up PHPUnit
working-directory: apps/${{ env.APP_NAME }}
@@ -115,7 +115,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, gd, zip
coverage: none
- name: Set up PHPUnit
@@ -186,7 +186,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, gd, zip
coverage: none
- name: Set up PHPUnit