Skip to content

Commit

Permalink
imagick test
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Sep 26, 2024
1 parent e0f1161 commit 49ec1a7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,20 @@ jobs:
- run: sudo apt-get install -y subversion
- run: which svn || echo "not found"

job6:
name: imagick?
runs-on: ubuntu-24.04
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
ini-values: error_reporting=E_ALL, display_errors=On, zend.assertions=1
tools: composer:2.7.7
extensions: mysql, imagick
coverage: none

- name: php info
run: php -i
- name: version
run: php -r 'var_dump( Imagick::getVersion() );'

0 comments on commit 49ec1a7

Please sign in to comment.