Skip to content

Commit

Permalink
Checked if extensions need to be specified
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmu committed Nov 6, 2022
1 parent 4aaa7dd commit 789ddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: xml, mbstring, gd, imagick
extensions: gd, imagick
coverage: ${{ steps.code-coverage-driver.outputs.result }}
- name: Install dependencies
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
Expand Down

0 comments on commit 789ddba

Please sign in to comment.