Skip to content

Commit a0cc2b6

Browse files
committed
phpinfo in GA
1 parent 2ca3f90 commit a0cc2b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
coverage: "none"
2828
php-version: "8.1"
2929

30+
- name: "phpinfo"
31+
run: "php -i"
32+
3033
- name: "Cache dependencies installed with Composer"
3134
uses: "actions/cache@v4"
3235
with:

0 commit comments

Comments
 (0)