1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-20 04:31:24 +02:00

Add debugging info to Github workflow

This commit is contained in:
Oliver Vogel
2023-10-03 18:04:31 +02:00
parent 7535eb6429
commit 9eb44b0ea5

View File

@@ -92,6 +92,9 @@ jobs:
- name: Which Imagick Version
run: php -r 'var_dump(Imagick::getVersion());'
- name: Supported Imagick Formats
run: php -r 'var_dump(Imagick::queryFormats());'
- name: Execute tests
run: vendor/bin/phpunit --no-coverage