Skip to content

Commit bf2c9ed

Browse files
chore(deps): update dependency ubuntu to v22 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72de5b4 commit bf2c9ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
coding-standards:
1111
name: "Coding Standards"
12-
runs-on: "ubuntu-20.04"
12+
runs-on: "ubuntu-22.04"
1313

1414
steps:
1515
- name: "Checkout"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
phpunit:
1313
name: "PHPUnit"
14-
runs-on: "ubuntu-20.04"
14+
runs-on: "ubuntu-22.04"
1515

1616
strategy:
1717
matrix:
@@ -53,7 +53,7 @@ jobs:
5353

5454
upload_coverage:
5555
name: "Upload coverage to Codecov"
56-
runs-on: "ubuntu-20.04"
56+
runs-on: "ubuntu-22.04"
5757
needs:
5858
- "phpunit"
5959

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
static-analysis-phpstan:
1111
name: "Static Analysis with PHPStan"
12-
runs-on: "ubuntu-20.04"
12+
runs-on: "ubuntu-22.04"
1313

1414
steps:
1515
- name: "Checkout code"
@@ -30,7 +30,7 @@ jobs:
3030

3131
static-analysis-psalm:
3232
name: "Static Analysis with Psalm"
33-
runs-on: "ubuntu-20.04"
33+
runs-on: "ubuntu-22.04"
3434

3535
steps:
3636
- name: "Checkout code"

0 commit comments

Comments
 (0)