Skip to content

Commit 35574fd

Browse files
committed
Revert "Workaround imagick not compiling in actions"
This reverts commit cb345e9.
1 parent cb345e9 commit 35574fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: shivammathur/setup-php@v2
4747
with:
4848
php-version: ${{ matrix.php }}
49-
extensions: mbstring, opcache, pcre, gmp, :imagick
49+
extensions: mbstring, opcache, pcre, gmp
5050
ini-values: zend.assertions=1, opcache.enable_cli=1, opcache.memory_consumption=256, opcache.jit=${{ matrix.php-jit }}, opcache.jit_buffer_size=256M
5151
coverage: none
5252
env:

0 commit comments

Comments
 (0)