Skip to content

Commit

Permalink
Show php version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy Leherpeur committed Feb 23, 2024
1 parent 3098899 commit 9274058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist

- name: Show php version
run: php -v

- name: Run tests
run: vendor/bin/phpunit

0 comments on commit 9274058

Please sign in to comment.