Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
required: false

env:
PREFERRED_LTS_VERSION: "25.3"
PREFERRED_LTS_VERSION: "25.8"
PR_NUMBER: ${{ github.event.pull_request.number || '' }}

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ concurrency:
cancel-in-progress: true

env:
PREFERRED_LTS_VERSION: "25.3"
PREFERRED_LTS_VERSION: "25.8"

jobs:
compile:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
matrix:
# most recent LTS releases as well as latest stable builds
# https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease
clickhouse: ["25.3", "25.8", "latest"]
clickhouse: ["25.8", "26.3", "latest"]
project: ["clickhouse-http-client", "client-v2"]
fail-fast: false
timeout-minutes: 15
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
needs: test-java-client
strategy:
matrix:
clickhouse: ["25.3", "25.8", "latest"]
clickhouse: ["25.8", "26.3", "latest"]
# here http, http_client and apache_http_client represent different value of http_connection_provider
# protocol: ["http", "http_client", "apache_http_client"]
protocol: ["apache_http_client"]
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
needs: test-jdbc-driver
strategy:
matrix:
clickhouse: ["25.3", "25.8", "latest"]
clickhouse: ["25.8", "26.3", "latest"]
# grpc is not fully supported, and http_client and apache_http_client do not work in CI environment(due to limited threads?)
protocol: ["http"]
r2dbc: ["1.0.0.RELEASE", "0.9.1.RELEASE"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
CHC_BRANCH: "main"
# CHC_VERSION: "0.9.0"
CH_VERSION: "25.3"
CH_VERSION: "25.8"

jobs:
nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
CH_VERSION: "25.3"
CH_VERSION: "25.8"

jobs:
release:
Expand Down
Loading