We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd17c5a commit d63a5c2Copy full SHA for d63a5c2
1 file changed
database/yugabytedb/yugabytedb_test.go
@@ -31,12 +31,10 @@ var (
31
ReadyFunc: isReady,
32
Timeout: time.Duration(60) * time.Second,
33
}
34
- // Released versions: https://docs.yugabyte.com/latest/releases/#current-supported-releases
+ // Released versions: https://docs.yugabyte.com/preview/releases/release-notes/
35
specs = []dktesting.ContainerSpec{
36
- {ImageName: "yugabytedb/yugabyte:2.6.16.0-b14", Options: opts},
37
- {ImageName: "yugabytedb/yugabyte:2.8.4.0-b30", Options: opts},
38
- {ImageName: "yugabytedb/yugabyte:2.12.2.0-b58", Options: opts},
39
- {ImageName: "yugabytedb/yugabyte:2.13.0.1-b2", Options: opts},
+ {ImageName: "yugabytedb/yugabyte:2.14.10.4-b1", Options: opts},
+ {ImageName: "yugabytedb/yugabyte:2.20.0.2-b1", Options: opts},
40
41
)
42
0 commit comments