@@ -32,7 +32,7 @@ concurrency:
3232 cancel-in-progress : true
3333
3434env :
35- PREFERRED_LTS_VERSION : " 24 .3"
35+ PREFERRED_LTS_VERSION : " 25 .3"
3636
3737jobs :
3838 compile :
@@ -145,7 +145,7 @@ jobs:
145145 matrix :
146146 # most recent LTS releases as well as latest stable builds
147147 # https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease
148- clickhouse : ["24 .3", "24 .8", "latest"]
148+ clickhouse : ["25 .3", "25 .8", "latest"]
149149 project : ["clickhouse-http-client", "client-v2"]
150150 fail-fast : false
151151 timeout-minutes : 15
@@ -268,7 +268,7 @@ jobs:
268268 needs : compile
269269 strategy :
270270 matrix :
271- clickhouse : ["24 .3", "24 .8", "latest"]
271+ clickhouse : ["25 .3", "25 .8", "latest"]
272272 # here http, http_client and apache_http_client represent different value of http_connection_provider
273273# protocol: ["http", "http_client", "apache_http_client"]
274274 protocol : ["apache_http_client"]
@@ -331,7 +331,7 @@ jobs:
331331 needs : compile
332332 strategy :
333333 matrix :
334- clickhouse : ["24 .3", "24 .8", "latest"]
334+ clickhouse : ["25 .3", "25 .8", "latest"]
335335 # grpc is not fully supported, and http_client and apache_http_client do not work in CI environment(due to limited threads?)
336336 protocol : ["http"]
337337 r2dbc : ["1.0.0.RELEASE", "0.9.1.RELEASE"]
0 commit comments