File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,12 +164,12 @@ jobs:
164164 "dbtype": "sqlite"
165165 },
166166 {
167- "php": "8.4 ",
167+ "php": "nightly ",
168168 "wp": "trunk",
169169 "mysql": "8.0"
170170 },
171171 {
172- "php": "8.4 ",
172+ "php": "nightly ",
173173 "wp": "trunk",
174174 "dbtype": "sqlite"
175175 }
@@ -216,7 +216,7 @@ jobs:
216216 matrix : ${{ fromJson(needs.prepare-unit.outputs.matrix) }}
217217 runs-on : ubuntu-20.04
218218
219- continue-on-error : ${{ matrix.php == '8.4 ' }}
219+ continue-on-error : ${{ matrix.php == 'nightly ' }}
220220
221221 steps :
222222 - name : Check out source code
@@ -283,7 +283,7 @@ jobs:
283283 matrix : ${{ fromJson(needs.prepare-functional.outputs.matrix) }}
284284 runs-on : ubuntu-20.04
285285
286- continue-on-error : ${{ matrix.dbtype == 'sqlite' || matrix.php == '8.4 ' }}
286+ continue-on-error : ${{ matrix.dbtype == 'sqlite' || matrix.php == 'nightly ' }}
287287
288288 steps :
289289 - name : Check out source code
You can’t perform that action at this time.
0 commit comments