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 3419521 commit a36b8e2Copy full SHA for a36b8e2
.github/workflows/test.yml
@@ -252,14 +252,12 @@ jobs:
252
uses: actions/checkout@v4
253
254
- name: Setup ini config
255
- if: ${{ matrix.os != 'windows-latest' }}
+ if: ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}
256
id: set_ini
257
shell: bash
258
run: |
259
# Set the "short_open_tag" ini to make sure specific conditions are tested.
260
- if [[ ${{ matrix.custom_ini }} == true ]]; then
261
- echo 'PHP_INI=, date.timezone=Australia/Sydney, short_open_tag=On' >> "$GITHUB_OUTPUT"
262
- fi
+ echo 'PHP_INI=, date.timezone=Australia/Sydney, short_open_tag=On' >> "$GITHUB_OUTPUT"
263
264
- name: Install PHP
265
uses: shivammathur/setup-php@v2
0 commit comments