From 0d5d97e7cb6b979bbd979ab38976664ab8e62bb4 Mon Sep 17 00:00:00 2001 From: LFC <990479+MichaelScofield@users.noreply.github.com> Date: Wed, 9 Sep 2026 07:50:24 +0000 Subject: [PATCH] chore(ci): update compatibility versions (#9075) Signed-off-by: greptimedb-ci Co-authored-by: greptimedb-ci --- tests/compatibility/ci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compatibility/ci.toml b/tests/compatibility/ci.toml index 67c0602a50..817474add1 100644 --- a/tests/compatibility/ci.toml +++ b/tests/compatibility/ci.toml @@ -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"]