Skip to content

Commit

Permalink
pin 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Feb 17, 2025
1 parent 6ee3d0a commit 5986702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -2033,8 +2033,8 @@ func (Integration) UpdateVersions(ctx context.Context) error {
}

// -1 because we manually add 7.17 below
if len(branches) > maxSnapshots-1 {
branches = branches[:maxSnapshots-1]
if len(branches) > maxSnapshots-2 {
branches = branches[:maxSnapshots-2]
}

// it's not a part of this repository, cannot be retrieved with `GetReleaseBranches`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
testVersions:
- 9.0.0-SNAPSHOT
- 8.19.0-SNAPSHOT
- 8.17.3-SNAPSHOT
- 8.17.2
- 8.16.4
- 7.17.28-SNAPSHOT

0 comments on commit 5986702

Please sign in to comment.