We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345001d commit 5c68484Copy full SHA for 5c68484
.agent-versions.json
@@ -2,8 +2,8 @@
2
"testVersions": [
3
"8.13.2-SNAPSHOT",
4
"8.13.1",
5
- "8.12.2",
6
"8.12.3-SNAPSHOT",
+ "8.12.2",
7
"7.17.20-SNAPSHOT",
8
"7.17.19"
9
]
magefile.go
@@ -1606,8 +1606,8 @@ func (Integration) UpdateVersions(ctx context.Context) error {
1606
1607
reqs := upgradetest.VersionRequirements{
1608
UpgradeToVersion: bversion.Agent,
1609
- CurrentMajors: 2,
1610
- PreviousMinors: 1,
+ CurrentMajors: 1,
+ PreviousMinors: 2,
1611
PreviousMajors: 1,
1612
SnapshotBranches: branches,
1613
}
0 commit comments