File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323jobs :
2424 get-matrix :
2525 name : Get base test matrix
26- runs-on : ubuntu-20 .04
26+ runs-on : ubuntu-22 .04
2727 outputs :
2828 matrix : ${{ steps.base-matrix.outputs.matrix }}
2929 steps :
@@ -192,7 +192,7 @@ jobs:
192192 prepare-unit :
193193 name : Prepare matrix for unit tests
194194 needs : get-matrix
195- runs-on : ubuntu-20 .04
195+ runs-on : ubuntu-22 .04
196196 outputs :
197197 matrix : ${{ steps.set-matrix.outputs.matrix }}
198198 steps :
@@ -224,7 +224,7 @@ jobs:
224224 strategy :
225225 fail-fast : false
226226 matrix : ${{ fromJson(needs.prepare-unit.outputs.matrix) }}
227- runs-on : ubuntu-20 .04
227+ runs-on : ubuntu-22 .04
228228
229229 continue-on-error : ${{ matrix.php == 'nightly' }}
230230
@@ -270,7 +270,7 @@ jobs:
270270 prepare-functional : # ---------------------------------------------------------
271271 name : Prepare matrix for functional tests
272272 needs : get-matrix
273- runs-on : ubuntu-20 .04
273+ runs-on : ubuntu-22 .04
274274 outputs :
275275 matrix : ${{ steps.set-matrix.outputs.matrix }}
276276 steps :
@@ -302,7 +302,7 @@ jobs:
302302 strategy :
303303 fail-fast : false
304304 matrix : ${{ fromJson(needs.prepare-functional.outputs.matrix) }}
305- runs-on : ubuntu-20 .04
305+ runs-on : ubuntu-22 .04
306306
307307 continue-on-error : ${{ matrix.dbtype == 'sqlite' || matrix.php == 'nightly' }}
308308
You can’t perform that action at this time.
0 commit comments