Files
greptimedb/tests/compatibility/ci.toml
T
2026-09-09 07:50:24 +00:00

13 lines
597 B
TOML

# Compatibility CI version window.
#
# The PR window keeps the latest patch in each of the two most recent stable
# minor lines whose tags have published release assets. Exact =vX.Y.Z
# `from_range` anchors in case.toml are validated by --check-anchors and
# exercised by nightly runs (--nightly-window); they are not retained in the PR
# window. Run .github/scripts/update-compat-versions.py --update --published-only
# after release tags land.
from_versions = ["v1.1.4", "v1.2.0"]
# Recent releases that must be able to reopen tables written by the PR build.
downgrade_to_versions = ["v1.1.4"]