Skip to content

Commit

Permalink
Merge pull request #118 from wp-cli/upgrade-ubuntu-version
Browse files Browse the repository at this point in the history
Upgrade Ubuntu version
  • Loading branch information
swissspidy authored Jan 11, 2025
2 parents 8a7dd61 + 0b5f9d9 commit 8fc3577
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
get-matrix:
name: Get base test matrix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.base-matrix.outputs.matrix }}
steps:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
prepare-unit:
name: Prepare matrix for unit tests
needs: get-matrix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.prepare-unit.outputs.matrix) }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

continue-on-error: ${{ matrix.php == 'nightly' }}

Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
prepare-functional: #---------------------------------------------------------
name: Prepare matrix for functional tests
needs: get-matrix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.prepare-functional.outputs.matrix) }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

continue-on-error: ${{ matrix.dbtype == 'sqlite' || matrix.php == 'nightly' }}

Expand Down

0 comments on commit 8fc3577

Please sign in to comment.