Skip to content

Commit fbb511d

Browse files
committed
Remove fromJSON to test
1 parent 9f2222f commit fbb511d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/upgrade-testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: set-exclusions
7575
shell: bash
7676
env:
77-
NEW_VERSION: ${{ inputs.new-version && inputs.new-version || 'v4.8.24' }}
77+
NEW_VERSION: ${{ inputs.new-version && inputs.new-version || 'v4.9.22' }}
7878
run: |
7979
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
8080
# MySQL 9.0+ will also not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
@@ -150,7 +150,7 @@ jobs:
150150
wp: [ '6.7', '6.8' ]
151151
multisite: [ false, true ]
152152

153-
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }}
153+
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }}
154154
with:
155155
os: ${{ matrix.os }}
156156
php: ${{ matrix.php }}
@@ -178,7 +178,7 @@ jobs:
178178
wp: [ '6.0', '6.3', '6.4', '6.5' ]
179179
multisite: [ false, true ]
180180

181-
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }}
181+
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }}
182182
with:
183183
os: ${{ matrix.os }}
184184
php: ${{ matrix.php }}
@@ -206,7 +206,7 @@ jobs:
206206
wp: [ '5.0', '5.1', '5.3', '5.4', '5.5', '5.6', '5.9' ]
207207
multisite: [ false, true ]
208208

209-
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }}
209+
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }}
210210
with:
211211
os: ${{ matrix.os }}
212212
php: ${{ matrix.php }}
@@ -238,7 +238,7 @@ jobs:
238238
wp: [ '5.3', '5.4', '5.5', '5.6', '5.9' ]
239239
multisite: [ false, true ]
240240

241-
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }}
241+
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }}
242242
with:
243243
os: ${{ matrix.os }}
244244
php: ${{ matrix.php }}
@@ -271,7 +271,7 @@ jobs:
271271
wp: [ '4.7' ]
272272
multisite: [ false, true ]
273273

274-
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }}
274+
exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }}
275275
with:
276276
os: ${{ matrix.os }}
277277
php: ${{ matrix.php }}

0 commit comments

Comments
 (0)