Skip to content

Commit

Permalink
Add extensions to php test (barryvdh#1139)
Browse files Browse the repository at this point in the history
Add extensions to Github actions
  • Loading branch information
barryvdh authored Dec 21, 2020
1 parent 66ce2a7 commit 759f2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none
tools: composer:v2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif

- name: Install dependencies
run: |
Expand Down

0 comments on commit 759f2df

Please sign in to comment.