ci: roll ClickHouse version matrix to 26.8, 26.7, 26.6, 26.3 - #1003
Open
polyglotAI-bot wants to merge 1 commit into
Open
ci: roll ClickHouse version matrix to 26.8, 26.7, 26.6, 26.3#1003polyglotAI-bot wants to merge 1 commit into
polyglotAI-bot wants to merge 1 commit into
Conversation
Align the integration test version coverage with the support policy (3 latest series + 2 latest LTS series + head). - Add 26.8 (newest release, also LTS) - Remove 25.8 and 26.5 (no longer in the supported window) CI-only change; no client behavior changes.
polyglotAI-bot
requested review from
mshustov and
peter-leonov-ch
as code owners
August 31, 2026 05:24
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Node.js integration-test CI matrix to keep ClickHouse coverage aligned with the project’s stated support window (latest 3 series + latest 2 LTS series + head), by rotating out older versions and adding the newest LTS/release.
Changes:
- Removed ClickHouse
25.8and26.5from the integration-test include matrix. - Added ClickHouse
26.8to the integration-test include matrix. - Kept the base
head/latestmatrix entries unchanged.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
CI maintenance chore. Align the ClickHouse version coverage of the Node.js
integration tests with the support policy: the 3 latest series + the 2 latest
LTS series +
head.Derived from ClickHouse
utils/list-versions/version_date.tsv:26.8 is both the newest release and an LTS, so the numeric set is 4 entries.
Changes
.github/workflows/tests-node.yml, jobintegration-tests-local-single-node:26.825.8and26.5(outside the supported window)The base matrix (
head,latest) is unchanged. No other workflow pins aversion in the removed set.
Test
26.3, 26.6, 26.7, 26.8.docker manifest inspect clickhouse/clickhouse-server:26.8succeeds, so theadded tag exists.
No client code changes, so no CHANGELOG entry or version bump.