Skip to content

Commit 6f7f21c

Browse files
QA: normalize versions to [lts, 1] (drop pre)
Set the [QA] group versions to the canonical set ["lts", "1"] so Aqua/JET run on LTS (1.10) and latest stable only (dropping "pre"). Core and NoPre groups are unchanged. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b79d9a4 commit 6f7f21c

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
@@ -3,7 +3,7 @@ versions = ["1", "lts", "pre"]
33
os = ["ubuntu-latest", "macos-latest", "windows-latest"]
44

55
[QA]
6-
versions = ["1", "lts", "pre"]
6+
versions = ["lts", "1"]
77

88
[NoPre]
99
versions = ["1", "lts", "pre"]

0 commit comments

Comments
 (0)