Skip to content

Commit 54bf761

Browse files
committed
print PHP version in build output
1 parent 773ca8b commit 54bf761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
*.args.X_LEGACY_GD_LIB=${{ matrix.legacy-gd-lib }}
100100
- name: Test
101101
run: |
102+
docker compose run --rm php-min php -v
102103
docker compose run --rm php-min php -v | grep "Xdebug" && exit 1
103104
docker compose run --rm php-min php /tests/requirements.php
104105
docker compose run --rm php-dev php /tests/requirements.php

0 commit comments

Comments
 (0)