Skip to content

Commit db677d8

Browse files
committed
Update ubuntu versions for other jobs
1 parent ffa9ab1 commit db677d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
phpcs:
2020
name: "phpcs"
21-
runs-on: "ubuntu-22.04"
21+
runs-on: "ubuntu-24.04"
2222

2323
steps:
2424
- name: "Checkout"
@@ -36,7 +36,7 @@ jobs:
3636

3737
rector:
3838
name: "Rector"
39-
runs-on: "ubuntu-22.04"
39+
runs-on: "ubuntu-24.04"
4040

4141
steps:
4242
- name: "Checkout"

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
diff:
2020
name: "Diff check"
21-
runs-on: "ubuntu-22.04"
21+
runs-on: "ubuntu-24.04"
2222

2323
steps:
2424
- name: "Checkout"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
psalm:
2626
name: "Psalm"
27-
runs-on: "ubuntu-22.04"
27+
runs-on: "ubuntu-24.04"
2828

2929
steps:
3030
- name: "Checkout"

0 commit comments

Comments
 (0)