Skip to content

Commit

Permalink
Add GD version info to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 5, 2024
1 parent 31fb728 commit 93afecd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -89,7 +89,10 @@ jobs:
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

- name: Which Imagick Version
- name: GD Version
run: php -r 'var_dump(gd_info());'

- name: Imagick Version
run: php -r 'var_dump(Imagick::getVersion());'

- name: Supported Imagick Formats
Expand Down

0 comments on commit 93afecd

Please sign in to comment.