You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClickHouse 25.3 LTS is effectively EOL. Roll the older pinned LTS forward
to 26.3 (current second-newest LTS), and move the single-version env pins
used by non-matrix jobs from 25.3 to 25.8 — the older/more battle-tested
of the two pinned LTS, matching this repo's long-standing convention
(env vars have always tracked the older LTS; see commit 76c335d).
- build.yml: test matrix ["25.3","25.8","latest"] -> ["25.8","26.3","latest"] (x3);
PREFERRED_LTS_VERSION "25.3" -> "25.8"
- analysis.yml: PREFERRED_LTS_VERSION "25.3" -> "25.8"
- nightly.yml: CH_VERSION "25.3" -> "25.8"
- release.yml: CH_VERSION "25.3" -> "25.8"
CI-only change; no client behavior change (no CHANGELOG / version bump).
Approved by @mshustov per the AGENTS.md CI-change policy.
Closes#2954
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments