Skip to content

Commit

Permalink
Add more php extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Jan 5, 2021
1 parent e2deea4 commit 0f28cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, oci8
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, oci8, gd, imagick
tools: phpunit:9
coverage: none

Expand Down

0 comments on commit 0f28cbb

Please sign in to comment.