|
74 | 74 | id: set-exclusions |
75 | 75 | shell: bash |
76 | 76 | 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' }} |
78 | 78 | run: | |
79 | 79 | # 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. |
80 | 80 | # 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: |
150 | 150 | wp: [ '6.7', '6.8' ] |
151 | 151 | multisite: [ false, true ] |
152 | 152 |
|
153 | | - exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }} |
| 153 | + exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }} |
154 | 154 | with: |
155 | 155 | os: ${{ matrix.os }} |
156 | 156 | php: ${{ matrix.php }} |
@@ -178,7 +178,7 @@ jobs: |
178 | 178 | wp: [ '6.0', '6.3', '6.4', '6.5' ] |
179 | 179 | multisite: [ false, true ] |
180 | 180 |
|
181 | | - exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }} |
| 181 | + exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }} |
182 | 182 | with: |
183 | 183 | os: ${{ matrix.os }} |
184 | 184 | php: ${{ matrix.php }} |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | wp: [ '5.0', '5.1', '5.3', '5.4', '5.5', '5.6', '5.9' ] |
207 | 207 | multisite: [ false, true ] |
208 | 208 |
|
209 | | - exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }} |
| 209 | + exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }} |
210 | 210 | with: |
211 | 211 | os: ${{ matrix.os }} |
212 | 212 | php: ${{ matrix.php }} |
@@ -238,7 +238,7 @@ jobs: |
238 | 238 | wp: [ '5.3', '5.4', '5.5', '5.6', '5.9' ] |
239 | 239 | multisite: [ false, true ] |
240 | 240 |
|
241 | | - exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }} |
| 241 | + exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }} |
242 | 242 | with: |
243 | 243 | os: ${{ matrix.os }} |
244 | 244 | php: ${{ matrix.php }} |
@@ -271,7 +271,7 @@ jobs: |
271 | 271 | wp: [ '4.7' ] |
272 | 272 | multisite: [ false, true ] |
273 | 273 |
|
274 | | - exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || fromJSON( '[]' ) }} |
| 274 | + exclude: ${{ fromJSON( needs.generate-exclusions.outputs.matrix_exclusions ) || '[]' }} |
275 | 275 | with: |
276 | 276 | os: ${{ matrix.os }} |
277 | 277 | php: ${{ matrix.php }} |
|
0 commit comments