Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkumarthakur60 committed May 1, 2024
1 parent c596539 commit da0ec79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:

- name: Laravel Version
run: composer show laravel/framework | grep -E '^(name|versions)'

- name: Display PHP version
run: |
php -v
cat composer.json
- name: Run php pest tests
run: vendor/bin/pest
Expand Down

0 comments on commit da0ec79

Please sign in to comment.