Skip to content

Commit

Permalink
Add rqlite 8.0.0 to tested database versions
Browse files Browse the repository at this point in the history
  • Loading branch information
swensone committed Dec 6, 2023
1 parent 5163ac7 commit cf03803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/rqlite/rqlite_test.go
Expand Up @@ -26,7 +26,8 @@ var opts = dktest.Options{
ReadyFunc: isReady,
}
var specs = []dktesting.ContainerSpec{
{ImageName: "rqlite/rqlite:7.21.3", Options: opts},
{ImageName: "rqlite/rqlite:7.21.4", Options: opts},
{ImageName: "rqlite/rqlite:8.0.0", Options: opts},
}

func isReady(ctx context.Context, c dktest.ContainerInfo) bool {
Expand Down

0 comments on commit cf03803

Please sign in to comment.