Skip to content

Commit

Permalink
ci: print php info
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Feb 18, 2024
1 parent 406e034 commit ee16a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: mbstring

- name: Test PHP-Info
run: php -i

- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
Expand Down

0 comments on commit ee16a5e

Please sign in to comment.