Skip to content

Commit 372c823

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
phpunit:
1212
name: "PHPUnit"
13-
runs-on: "ubuntu-22.04"
13+
runs-on: "ubuntu-24.04"
1414

1515
strategy:
1616
matrix:
@@ -52,7 +52,7 @@ jobs:
5252

5353
upload_coverage:
5454
name: "Upload coverage to Codecov"
55-
runs-on: "ubuntu-22.04"
55+
runs-on: "ubuntu-24.04"
5656
needs:
5757
- "phpunit"
5858

.github/workflows/coding-standards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
coding-standards:
1212
name: "Coding Standards"
13-
runs-on: "ubuntu-22.04"
13+
runs-on: "ubuntu-24.04"
1414

1515
steps:
1616
- name: "Checkout"

.github/workflows/infection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
Infection:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- name: "Checkout"

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
static-analysis-phpstan:
1212
name: "Static Analysis with PHPStan"
13-
runs-on: "ubuntu-22.04"
13+
runs-on: "ubuntu-24.04"
1414

1515
steps:
1616
- name: "Checkout code"

0 commit comments

Comments
 (0)