Skip to content

Commit

Permalink
echo php version
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Mar 22, 2024
1 parent 5e7cb21 commit 8a3f696
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ jobs:
run: "composer dump-autoload --optimize --strict-psr"

- name: "Execute unit tests"
run: "composer run-script test:unit"
run: |
php -v
php -r 'echo PHP_VERSION . PHP_EOL;'
composer run-script test:unit
- name: "Run Larastan on a sample Laravel application"
run: "tests/laravel-test.sh ^9.0"
Expand Down

0 comments on commit 8a3f696

Please sign in to comment.