Skip to content

Commit

Permalink
fix actions failing on PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe committed Feb 7, 2021
1 parent 68e5440 commit 40f426b
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 40f426b

Please sign in to comment.