Skip to content

Commit

Permalink
add the imagick extension
Browse files Browse the repository at this point in the history
  • Loading branch information
skdishansachin committed Jul 10, 2024
1 parent 7d0d678 commit e3d889d
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 @@ -17,7 +17,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring, xml, ctype, iconv, mysql
extensions: mbstring, xml, ctype, iconv, mysql, imagick

- name: Cache Composer Packages
uses: actions/cache@v2
Expand Down

0 comments on commit e3d889d

Please sign in to comment.