Skip to content

Commit

Permalink
roachtest: add min support version for 24.1 in multitenant-upgrade
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
yuzefovich committed Oct 25, 2023
1 parent d8aa30c commit 859fa06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/multitenant_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func runMultiTenantUpgrade(
// Update this map with every new release.
versionToMinSupportedVersion := map[string]string{
"23.2": "23.1",
"24.1": "23.1",
}
curBinaryMajorAndMinorVersion := getMajorAndMinorVersionOnly(v)
currentBinaryMinSupportedVersion, ok := versionToMinSupportedVersion[curBinaryMajorAndMinorVersion]
Expand Down

0 comments on commit 859fa06

Please sign in to comment.