Skip to content

Commit

Permalink
Add gd and zip
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Feb 17, 2021
1 parent 15c7f28 commit ae261e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae261e4

Please sign in to comment.