Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#148)
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] authored Sep 27, 2024
1 parent b09542b commit e98b1e6
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-22.04
runs-on: ubuntu-24.04
name: Coding Standard

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

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

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

phpunit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-version:
Expand Down

0 comments on commit e98b1e6

Please sign in to comment.