Add postgres 12 to integration tests.

This commit is contained in:
Will Rouesnel 2020-02-25 13:20:33 +00:00
parent 81f9c78d61
commit 8ac2805369
No known key found for this signature in database
GPG Key ID: 72DC65802A1091C5
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Prometheus exporter for PostgreSQL server metrics.
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`
## Quick Start
This package is available for Docker:

View File

@ -31,6 +31,7 @@ VERSIONS=( \
9.6 \
10 \
11 \
12 \
)
wait_for_postgres(){