We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb345e9 commit 35574fdCopy full SHA for 35574fd
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: shivammathur/setup-php@v2
47
with:
48
php-version: ${{ matrix.php }}
49
- extensions: mbstring, opcache, pcre, gmp, :imagick
+ extensions: mbstring, opcache, pcre, gmp
50
ini-values: zend.assertions=1, opcache.enable_cli=1, opcache.memory_consumption=256, opcache.jit=${{ matrix.php-jit }}, opcache.jit_buffer_size=256M
51
coverage: none
52
env:
0 commit comments