Skip to content

Commit 9ea3b0e

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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.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-22.04"
12+
runs-on: "ubuntu-24.04"
1313

1414
strategy:
1515
matrix:

.github/workflows/infection.yaml

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

99
jobs:
1010
Infection:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- name: "Checkout"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
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-22.04"
12+
runs-on: "ubuntu-24.04"
1313

1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)