Skip to content

Commit 342ef52

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
QA: normalize versions to [lts, 1] (drop pre) (#463)
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 c44704f commit 342ef52

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
@@ -2,4 +2,4 @@
22
versions = ["1", "lts", "pre"]
33

44
[QA]
5-
versions = ["1", "lts", "pre"]
5+
versions = ["lts", "1"]

0 commit comments

Comments
 (0)