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.
1 parent 8db56ec commit e2d48faCopy full SHA for e2d48fa
.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