Skip to content

Commit cf03803

Browse files
committed
Add rqlite 8.0.0 to tested database versions
1 parent 5163ac7 commit cf03803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

database/rqlite/rqlite_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ var opts = dktest.Options{
2626
ReadyFunc: isReady,
2727
}
2828
var specs = []dktesting.ContainerSpec{
29-
{ImageName: "rqlite/rqlite:7.21.3", Options: opts},
29+
{ImageName: "rqlite/rqlite:7.21.4", Options: opts},
30+
{ImageName: "rqlite/rqlite:8.0.0", Options: opts},
3031
}
3132

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

0 commit comments

Comments
 (0)