Skip to content

Commit

Permalink
Add support for postgres 10 and drop support for postgres 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Aug 12, 2018
1 parent 4092e16 commit dd00ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/postgres/postgres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import (
)

var versions = []mt.Version{
{Image: "postgres:10"},
{Image: "postgres:9.6"},
{Image: "postgres:9.5"},
{Image: "postgres:9.4"},
{Image: "postgres:9.3"},
{Image: "postgres:9.2"},
}

func pgConnectionString(host string, port uint) string {
Expand Down

0 comments on commit dd00ca9

Please sign in to comment.