We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781540e commit 00b0479Copy full SHA for 00b0479
database/postgres/postgres_test.go
@@ -27,11 +27,11 @@ var (
27
opts = dktest.Options{PortRequired: true, ReadyFunc: isReady}
28
// Supported versions: https://www.postgresql.org/support/versioning/
29
specs = []dktesting.ContainerSpec{
30
- {ImageName: "postgres:9.4", Options: opts},
31
{ImageName: "postgres:9.5", Options: opts},
32
{ImageName: "postgres:9.6", Options: opts},
33
{ImageName: "postgres:10", Options: opts},
34
{ImageName: "postgres:11", Options: opts},
+ {ImageName: "postgres:12", Options: opts},
35
}
36
)
37
0 commit comments