1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-11-03 07:53:12 +03:00

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
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(){