ci(linux): update server-version matrix to 26.8, 26.7, 26.6, 26.3 + head - #559
Merged
Merged
Conversation
Realign the server-versions job with the supported-version policy (3 latest series + last 2 LTS series + head) after the 26.8 LTS release. Add 26.8 (newest release and newest LTS). Drop 25.8 (no longer one of the two newest LTS series) and 26.5 (no longer one of the three latest series). 26.8 is both the newest release and an LTS, so the numeric set is 4 entries. CI-only change: no client behaviour changes.
slabko
approved these changes
Aug 31, 2026
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
Realign the
server-versionsjob in.github/workflows/linux.ymlwith thesupported-version policy — the 3 latest series + the last 2 LTS series +
head—after the 26.8 LTS release.
26.8 is at the same time the newest release and an LTS, so the numeric set has
4 entries, not 5.
Changes
.github/workflows/linux.yml—server-versionsmatrix:25.8, 26.3, 26.5, 26.6, 26.7, head->26.3, 26.6, 26.7, 26.8, head.Trailing
# LTS/# Stablecomments kept in sync.Test
test, no CHANGELOG entry, and no version bump.
.github/workflows/linux.ymlparses as valid YAML and the job matrix reads as['26.3', '26.6', '26.7', '26.8', 'head'].docker manifest inspect clickhouse/clickhouse-server:26.8-alpinesucceeds.ci/docker-compose.ymldefault pin (25.12-alpine) is unrelated to theremoved versions and is left unchanged.