@@ -32,7 +32,7 @@ concurrency:
3232 cancel-in-progress : true
3333
3434env :
35- PREFERRED_LTS_VERSION : " 23.7 "
35+ PREFERRED_LTS_VERSION : " 24.3 "
3636
3737jobs :
3838 compile :
@@ -179,7 +179,7 @@ jobs:
179179 matrix :
180180 # most recent LTS releases as well as latest stable builds
181181 # https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease
182- clickhouse : ["22 .8", "23 .3", "23.7 ", "latest"]
182+ clickhouse : ["23 .8", "24 .3", "24.6 ", "latest"]
183183 fail-fast : false
184184 timeout-minutes : 15
185185 name : Java client + CH ${{ matrix.clickhouse }}
@@ -234,7 +234,7 @@ jobs:
234234 needs : compile
235235 strategy :
236236 matrix :
237- clickhouse : ["22 .8", "23 .3", "23.7 ", "latest"]
237+ clickhouse : ["23 .8", "24 .3", "24.6 ", "latest"]
238238 # here http, http_client and apache_http_client represent different value of http_connection_provider
239239 protocol : ["http", "http_client", "apache_http_client", "grpc"]
240240 fail-fast : false
@@ -293,7 +293,7 @@ jobs:
293293 needs : compile
294294 strategy :
295295 matrix :
296- clickhouse : ["22 .8", "23 .3", "23.7 ", "latest"]
296+ clickhouse : ["23 .8", "24 .3", "24.6 ", "latest"]
297297 # grpc is not fully supported, and http_client and apache_http_client do not work in CI environment(due to limited threads?)
298298 protocol : ["http"]
299299 r2dbc : ["1.0.0.RELEASE", "0.9.1.RELEASE"]
0 commit comments