Skip to content

Commit 1d68dcd

Browse files
committed
Bump ClickHouse version and test again
1 parent 33cf266 commit 1d68dcd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ jobs:
3737
strategy:
3838
matrix:
3939
# most recent LTS releases as well as latest stable builds
40-
clickhouse: ["21.3", "21.8", "latest"]
40+
clickhouse: ["21.8", "22.3", "latest"]
4141
# http2 here represents http protocol + JDK HttpClient(http_connection_provider=HTTP_CLIENT)
4242
protocol: ["http", "http2", "grpc"]
4343
exclude:
44-
- clickhouse: "21.3"
45-
protocol: grpc
4644
- clickhouse: "21.8"
4745
protocol: grpc
4846
fail-fast: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ It's time consuming to run all benchmarks against all drivers using different pa
181181

182182
## Testing
183183

184-
By default, docker container will be created automatically during integration test. You can pass system property like `-DclickhouseVersion=21.8` to specify version of ClickHouse.
184+
By default, docker container will be created automatically during integration test. You can pass system property like `-DclickhouseVersion=22.3` to specify version of ClickHouse.
185185

186186
In the case you prefer to test against an existing server, please follow instructions below:
187187

0 commit comments

Comments
 (0)