Skip to content

Commit

Permalink
Issue #28: Report php version in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Oct 31, 2024
1 parent 054f248 commit 16f3c59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:

- run: composer install --no-interaction

- run: vendor/bin/phpunit
- name: PhpUnit
run: |
set -x
php --version
vendor/bin/phpunit

0 comments on commit 16f3c59

Please sign in to comment.