Skip to content

Commit

Permalink
Only test against YugabyteDB LTS releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Dec 20, 2023
1 parent cd17c5a commit d63a5c2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions database/yugabytedb/yugabytedb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ var (
ReadyFunc: isReady,
Timeout: time.Duration(60) * time.Second,
}
// Released versions: https://docs.yugabyte.com/latest/releases/#current-supported-releases
// Released versions: https://docs.yugabyte.com/preview/releases/release-notes/
specs = []dktesting.ContainerSpec{
{ImageName: "yugabytedb/yugabyte:2.6.16.0-b14", Options: opts},
{ImageName: "yugabytedb/yugabyte:2.8.4.0-b30", Options: opts},
{ImageName: "yugabytedb/yugabyte:2.12.2.0-b58", Options: opts},
{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},
}
)

Expand Down

0 comments on commit d63a5c2

Please sign in to comment.