Skip to content

Commit

Permalink
Workaround imagick not compiling in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TRowbotham committed Jun 7, 2024
1 parent 6b41df7 commit cb345e9
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
extensions: mbstring, opcache, pcre, gmp, :imagick
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 cb345e9

Please sign in to comment.