Skip to content

Commit e98b1e6

Browse files
chore(deps): update dependency ubuntu to v24 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b09542b commit e98b1e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
coding-standard:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
name: Coding Standard
1414

1515
steps:
@@ -32,7 +32,7 @@ jobs:
3232
run: make -is cs | cs2pr
3333

3434
phpstan:
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
name: PHPStan
3737

3838
steps:
@@ -55,7 +55,7 @@ jobs:
5555
run: make -is static-analysis | cs2pr
5656

5757
phpunit:
58-
runs-on: ubuntu-22.04
58+
runs-on: ubuntu-24.04
5959
strategy:
6060
matrix:
6161
php-version:

0 commit comments

Comments
 (0)