mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 23:35:12 +02:00
Add GD version info to github workflow
This commit is contained in:
5
.github/workflows/run-tests.yml
vendored
5
.github/workflows/run-tests.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user