Skip to content

Commit cb345e9

Browse files
committed
Workaround imagick not compiling in actions
1 parent 6b41df7 commit cb345e9

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
49+
extensions: mbstring, opcache, pcre, gmp, :imagick
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)