diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 0112a5ef7..c98a35e2e 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d07ce0e2a..ccec4fb70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ concurrency: cancel-in-progress: true env: - PREFERRED_LTS_VERSION: "25.3" + PREFERRED_LTS_VERSION: "25.8" jobs: compile: @@ -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 @@ -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"] @@ -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"] diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1846891dd..5f2d51912 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -13,7 +13,7 @@ on: env: CHC_BRANCH: "main" # CHC_VERSION: "0.9.0" - CH_VERSION: "25.3" + CH_VERSION: "25.8" jobs: nightly: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4286cbe30..e2d22b16f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: env: - CH_VERSION: "25.3" + CH_VERSION: "25.8" jobs: release: