Skip to content

Commit 92830e6

Browse files
committed
feat: use ubuntu-24.04 for github actions
1 parent 553ea2b commit 92830e6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
jobs:
1010
build:
1111
name: Test
12-
runs-on: Ubuntu-20.04
12+
runs-on: ubuntu-24.04
13+
1314
strategy:
1415
fail-fast: false
1516
matrix:

Diff for: .github/workflows/static.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
phpstan:
1111
name: PHPStan
12-
runs-on: Ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- name: Checkout code
@@ -41,7 +41,7 @@ jobs:
4141

4242
php-cs-fixer:
4343
name: PHP-CS-Fixer
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-24.04
4545
steps:
4646
- uses: actions/checkout@v4
4747
- name: PHP-CS-Fixer
@@ -51,7 +51,7 @@ jobs:
5151

5252
psalm:
5353
name: Psalm
54-
runs-on: Ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555
steps:
5656
- name: Checkout code
5757
uses: actions/checkout@v4

0 commit comments

Comments
 (0)