Skip to content

Commit 2d13e8e

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
QA: normalize versions to [lts, 1] (drop pre) (#1485)
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 (Claude) <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7ecf084 commit 2d13e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_groups.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ versions = ["1", "1.11", "lts"]
2323
versions = ["1", "1.11", "lts"]
2424

2525
[QA]
26-
versions = ["1", "1.11", "lts"]
26+
versions = ["lts", "1"]
2727

2828
[SDE1]
2929
versions = ["1", "1.11", "lts"]

0 commit comments

Comments
 (0)