We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8db56ec + e2d48fa commit fe70595Copy full SHA for fe70595
.github/workflows/test.yml
@@ -101,9 +101,9 @@ jobs:
101
id: set_ini
102
run: |
103
if [[ "${{ matrix.dependencies }}" != "dev" ]]; then
104
- echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> $GITHUB_OUTPUT
+ echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> "$GITHUB_OUTPUT"
105
else
106
- echo 'PHP_INI=error_reporting=-1, display_errors=On' >> $GITHUB_OUTPUT
+ echo 'PHP_INI=error_reporting=-1, display_errors=On' >> "$GITHUB_OUTPUT"
107
fi
108
109
- name: Install PHP
0 commit comments