Skip to content

Commit

Permalink
Merge pull request #76328 from cockroachdb/update-version-map-for-21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
celiala authored Feb 10, 2022
2 parents 8ca6359 + a7087b6 commit 0600d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ func PredecessorVersion(buildVersion version.Version) (string, error) {
// checkpoint option enabled to create the missing store directory
// fixture (see runVersionUpgrade).
verMap := map[string]string{
"21.1": "20.2.18",
"21.1": "20.2.19",
"20.2": "20.1.13",
"20.1": "19.2.11",
"19.2": "19.1.11",
Expand Down

0 comments on commit 0600d96

Please sign in to comment.