Skip to content

Commit

Permalink
print PHP version in build output
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Nov 26, 2024
1 parent 773ca8b commit 54bf761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
*.args.X_LEGACY_GD_LIB=${{ matrix.legacy-gd-lib }}
- name: Test
run: |
docker compose run --rm php-min php -v
docker compose run --rm php-min php -v | grep "Xdebug" && exit 1
docker compose run --rm php-min php /tests/requirements.php
docker compose run --rm php-dev php /tests/requirements.php
Expand Down

0 comments on commit 54bf761

Please sign in to comment.