Skip to content

Commit f6c8cac

Browse files
authored
ci: use ubuntu-latest (#195)
1 parent 0a46d76 commit f6c8cac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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-20.04"
13+
runs-on: "ubuntu-latest"
1414
strategy:
1515
matrix:
1616
php-version:
@@ -58,7 +58,7 @@ jobs:
5858

5959
phpunit-with-clickhouse:
6060
name: "PHPUnit"
61-
runs-on: "ubuntu-20.04"
61+
runs-on: "ubuntu-latest"
6262
strategy:
6363
matrix:
6464
php-version:
@@ -121,7 +121,7 @@ jobs:
121121

122122
upload_coverage:
123123
name: "Upload coverage to Codecov"
124-
runs-on: "ubuntu-20.04"
124+
runs-on: "ubuntu-latest"
125125
needs:
126126
- "phpunit"
127127

.github/workflows/coding-standards.yml

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-20.04"
13+
runs-on: "ubuntu-latest"
1414

1515
strategy:
1616
matrix:

.github/workflows/infection.yml

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-18.04
12+
runs-on: ubuntu-latest
1313
env:
1414
CLICKHOUSE_VERSION: "22.10"
1515

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
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-20.04"
13+
runs-on: "ubuntu-latest"
1414

1515
strategy:
1616
matrix:
@@ -36,7 +36,7 @@ jobs:
3636

3737
static-analysis-psalm:
3838
name: "Static Analysis with Psalm"
39-
runs-on: "ubuntu-20.04"
39+
runs-on: "ubuntu-latest"
4040

4141
strategy:
4242
matrix:

0 commit comments

Comments
 (0)