Skip to content

Commit 38bad2b

Browse files
committed
Require imagick extension in GHA
1 parent 8947b19 commit 38bad2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: shivammathur/setup-php@v2
115115
with:
116116
php-version: '${{ matrix.php }}'
117-
extensions: mysql, zip
117+
extensions: imagick, mysql, zip
118118
coverage: none
119119
tools: composer
120120

0 commit comments

Comments
 (0)