Skip to content

Commit 4d4693c

Browse files
committed
Test on v20.12
1 parent 23e84e2 commit 4d4693c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-18.04
7878
name: Code Coverage
7979
env:
80-
CLICKHOUSE_VERSION: "20.9"
80+
CLICKHOUSE_VERSION: "20.12"
8181

8282
steps:
8383
- uses: actions/checkout@v2
@@ -131,7 +131,7 @@ jobs:
131131
]
132132
name: PHP ${{ matrix.php }} Test ${{ matrix.env }}
133133
env:
134-
CLICKHOUSE_VERSION: "20.9"
134+
CLICKHOUSE_VERSION: "20.12"
135135

136136
steps:
137137
- uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: ubuntu-18.04
172172
strategy:
173173
matrix:
174-
clickhouse-version: ["19.17", "20.1", "20.3", "20.4", "20.5", "20.6", "20.7", "20.8", "20.9", "20.10", "20.11"]
174+
clickhouse-version: ["19.17", "20.1", "20.3", "20.4", "20.5", "20.6", "20.7", "20.8", "20.9", "20.10", "20.11", "20.12"]
175175
name: ClickHouse ${{ matrix.clickhouse-version }} Test
176176
env:
177177
CLICKHOUSE_VERSION: ${{ matrix.clickhouse-version }}

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
Infection:
1313
runs-on: ubuntu-18.04
1414
env:
15-
CLICKHOUSE_VERSION: "20.9"
15+
CLICKHOUSE_VERSION: "20.12"
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)