File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,11 @@ var (
3434 PortRequired : true , ReadyFunc : isReady }
3535 // Supported versions: https://www.postgresql.org/support/versioning/
3636 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 },
4137 {ImageName : "postgres:12" , Options : opts },
4238 {ImageName : "postgres:13" , Options : opts },
4339 {ImageName : "postgres:14" , Options : opts },
4440 {ImageName : "postgres:15" , Options : opts },
41+ {ImageName : "postgres:16" , Options : opts },
4542 }
4643)
4744
Original file line number Diff line number Diff line change @@ -35,14 +35,11 @@ var (
3535 PortRequired : true , ReadyFunc : isReady }
3636 // Supported versions: https://www.postgresql.org/support/versioning/
3737 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 },
4238 {ImageName : "postgres:12" , Options : opts },
4339 {ImageName : "postgres:13" , Options : opts },
4440 {ImageName : "postgres:14" , Options : opts },
4541 {ImageName : "postgres:15" , Options : opts },
42+ {ImageName : "postgres:16" , Options : opts },
4643 }
4744)
4845
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ var (
3535 PortRequired : true , ReadyFunc : isReady }
3636 // Supported versions: https://www.postgresql.org/support/versioning/
3737 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 },
4238 {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 },
4343 }
4444)
4545
You can’t perform that action at this time.
0 commit comments