Skip to content

Commit

Permalink
add pg 12 and 13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvormste committed Apr 29, 2021
1 parent 82467e3 commit 2684e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Timezone defaults to `TZ=UTC`.

Although it should be possible to start any postgres version with the `InitPostgresContainer` function, following
images are covered by tests in this repository:
- postgres:13-alpine
- postgres:12-alpine
- postgres:11-alpine
- postgres:10-alpine
- postgres:9.6-alpine
Expand Down
2 changes: 2 additions & 0 deletions postgres_integr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import (
)

var postgresImageTags = map[string]string{
"13": "13-alpine",
"12": "12-alpine",
"11": "11-alpine",
"10": "10-alpine",
"9.6": "9.6-alpine",
Expand Down

0 comments on commit 2684e44

Please sign in to comment.