Skip to content

Commit

Permalink
Show PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Aug 13, 2023
1 parent 76a62db commit 2911a67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
env:
fail-fast: true

- name: PHP Version
run: |
php -v
php -r 'var_dump(PHP_VERSION_ID);'
- uses: actions/checkout@v3

- name: Get Composer Cache Directories
Expand Down

0 comments on commit 2911a67

Please sign in to comment.