Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent c9268ea commit 794a2bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
coding-standard:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Coding Standard

steps:
Expand All @@ -32,7 +32,7 @@ jobs:
run: make -is cs | cs2pr

phpstan:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: PHPStan

steps:
Expand All @@ -55,7 +55,7 @@ jobs:
run: make -is static-analysis | cs2pr

tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
php: ["8.1", "8.2"]
Expand Down

0 comments on commit 794a2bf

Please sign in to comment.