Skip to content

Commit 8fc3577

Browse files
authored
Merge pull request #118 from wp-cli/upgrade-ubuntu-version
Upgrade Ubuntu version
2 parents 8a7dd61 + 0b5f9d9 commit 8fc3577

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/reusable-testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
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

0 commit comments

Comments
 (0)