File tree 4 files changed +7
-13
lines changed
4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,11 @@ var (
34
34
PortRequired : true , ReadyFunc : isReady }
35
35
// Supported versions: https://www.postgresql.org/support/versioning/
36
36
specs = []dktesting.ContainerSpec {
37
- {ImageName : "postgres:9.5" , Options : opts },
38
- {ImageName : "postgres:9.6" , Options : opts },
39
- {ImageName : "postgres:10" , Options : opts },
40
- {ImageName : "postgres:11" , Options : opts },
41
37
{ImageName : "postgres:12" , Options : opts },
42
38
{ImageName : "postgres:13" , Options : opts },
43
39
{ImageName : "postgres:14" , Options : opts },
44
40
{ImageName : "postgres:15" , Options : opts },
41
+ {ImageName : "postgres:16" , Options : opts },
45
42
}
46
43
)
47
44
Original file line number Diff line number Diff line change @@ -35,14 +35,11 @@ var (
35
35
PortRequired : true , ReadyFunc : isReady }
36
36
// Supported versions: https://www.postgresql.org/support/versioning/
37
37
specs = []dktesting.ContainerSpec {
38
- {ImageName : "postgres:9.5" , Options : opts },
39
- {ImageName : "postgres:9.6" , Options : opts },
40
- {ImageName : "postgres:10" , Options : opts },
41
- {ImageName : "postgres:11" , Options : opts },
42
38
{ImageName : "postgres:12" , Options : opts },
43
39
{ImageName : "postgres:13" , Options : opts },
44
40
{ImageName : "postgres:14" , Options : opts },
45
41
{ImageName : "postgres:15" , Options : opts },
42
+ {ImageName : "postgres:16" , Options : opts },
46
43
}
47
44
)
48
45
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ var (
35
35
PortRequired : true , ReadyFunc : isReady }
36
36
// Supported versions: https://www.postgresql.org/support/versioning/
37
37
specs = []dktesting.ContainerSpec {
38
- {ImageName : "postgres:9.5" , Options : opts },
39
- {ImageName : "postgres:9.6" , Options : opts },
40
- {ImageName : "postgres:10" , Options : opts },
41
- {ImageName : "postgres:11" , Options : opts },
42
38
{ImageName : "postgres:12" , Options : opts },
39
+ {ImageName : "postgres:13" , Options : opts },
40
+ {ImageName : "postgres:14" , Options : opts },
41
+ {ImageName : "postgres:15" , Options : opts },
42
+ {ImageName : "postgres:16" , Options : opts },
43
43
}
44
44
)
45
45
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
31
31
var (
32
32
opts = dktest.Options {PortRequired : true , ReadyFunc : isReady }
33
33
specs = []dktesting.ContainerSpec {
34
- {ImageName : "postgres:8 " , Options : opts },
34
+ {ImageName : "postgres:16 " , Options : opts },
35
35
}
36
36
)
37
37
You can’t perform that action at this time.
0 commit comments