From b6e9e3419b2a1ec12c072524de61dbbcb56848f7 Mon Sep 17 00:00:00 2001 From: "Chris Rackauckas (Claude)" Date: Sat, 13 Jun 2026 06:51:31 -0400 Subject: [PATCH] QA: normalize versions to [lts, 1] (drop pre) Normalize the root test/test_groups.toml [QA] group's `versions` to the canonical set ["lts", "1"] (Aqua/JET on LTS + latest stable). The repo's [compat] julia floor is 1.10 (== lts), so the canonical two-element set applies. Only [QA].versions is changed; functional test groups are left untouched. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- test/test_groups.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_groups.toml b/test/test_groups.toml index 5786105e..2b45cf19 100644 --- a/test/test_groups.toml +++ b/test/test_groups.toml @@ -2,4 +2,4 @@ versions = ["1", "lts", "pre"] [QA] -versions = ["1", "lts", "pre"] +versions = ["lts", "1"]