Skip to content

Commit

Permalink
adding php info to pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
vrkansagara committed Dec 11, 2024
1 parent 98ed2ea commit 40e4ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Know Me !
run: lsb_release -a && uname -a && echo $(pwd)
run: lsb_release -a && uname -a && echo $(pwd) && php -v && php -m

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 40e4ad9

Please sign in to comment.