chore(ci): update compatibility versions (#9075)

Signed-off-by: greptimedb-ci <greptimedb-ci@users.noreply.github.com>
Co-authored-by: greptimedb-ci <greptimedb-ci@users.noreply.github.com>
This commit is contained in:
LFC
2026-09-09 07:50:24 +00:00
committed by GitHub
co-authored by greptimedb-ci
parent 27ea5dfb91
commit 0d5d97e7cb
+1 -1
View File
@@ -6,7 +6,7 @@
# 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.0.2", "v1.1.4"]
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"]