Skip to content

Commit 76c335d

Browse files
committed
upgraded ch versions to latest LTS
1 parent b319fd6 commit 76c335d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
required: false
2929

3030
env:
31-
PREFERRED_LTS_VERSION: "24.3"
31+
PREFERRED_LTS_VERSION: "25.3"
3232
PR_NUMBER: ${{ github.event.pull_request.number || '' }}
3333

3434
jobs:

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
CHC_BRANCH: "main"
15-
CH_VERSION: "24.8"
15+
CH_VERSION: "25.3"
1616
JAVA_VERSION: 17
1717

1818
concurrency:

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
cancel-in-progress: true
3333

3434
env:
35-
PREFERRED_LTS_VERSION: "24.3"
35+
PREFERRED_LTS_VERSION: "25.3"
3636

3737
jobs:
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"]

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
env:
1414
CHC_BRANCH: "main"
1515
# CHC_VERSION: "0.9.0"
16-
CH_VERSION: "24.8"
16+
CH_VERSION: "25.3"
1717

1818
jobs:
1919
nightly:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99

1010
env:
11-
CH_VERSION: "24.8"
11+
CH_VERSION: "25.3"
1212

1313
jobs:
1414
release:

.github/workflows/run_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
ch_version:
77
description: ClickHouse Version
88
required: false
9-
default: 24.8
9+
default: 25.8
1010
client_version:
1111
description: Build Type
1212
type: choice

0 commit comments

Comments
 (0)