Skip to content

Commit e2b8d93

Browse files
committed
Add some PHP debug logging
1 parent bc020f4 commit e2b8d93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/reusable-phpunit-tests-v4.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
${{ inputs.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), inputs.php ) && inputs.db-version != '8.4' && '--default-authentication-plugin=mysql_native_password' || '' }}
132132
133133
steps:
134+
- name: Log PHP debugging information
135+
run: php -i
136+
134137
- name: Checkout repository
135138
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
136139
with:

0 commit comments

Comments
 (0)