Skip to content

Commit

Permalink
[wip] github/workflows #6
Browse files Browse the repository at this point in the history
  • Loading branch information
tarach committed Dec 18, 2023
1 parent a7b2936 commit a2c6251
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ jobs:
extensions: mbstring, xml, ctype, iconv, intl

- name: Dump php.ini file paths
run: php --ini
run: php --ini

- name: Cat /etc/php/8.3/cli/conf.d/20-phar.ini
run: cat /etc/php/8.3/cli/conf.d/20-phar.ini

0 comments on commit a2c6251

Please sign in to comment.