Skip to content

Commit 2d6ceb0

Browse files
authored
Merge pull request #107 from jrfnl/feature/tests-use-nightly
2 parents 735a612 + 04c090b commit 2d6ceb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/reusable-testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)