Skip to content

Commit

Permalink
Revert "Workaround imagick not compiling in actions"
Browse files Browse the repository at this point in the history
This reverts commit cb345e9.
  • Loading branch information
TRowbotham committed Jun 7, 2024
1 parent cb345e9 commit 35574fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, opcache, pcre, gmp, :imagick
extensions: mbstring, opcache, pcre, gmp
ini-values: zend.assertions=1, opcache.enable_cli=1, opcache.memory_consumption=256, opcache.jit=${{ matrix.php-jit }}, opcache.jit_buffer_size=256M
coverage: none
env:
Expand Down

0 comments on commit 35574fd

Please sign in to comment.