mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-01-31 18:41:30 +00:00
remove unsupported postgres versions
This commit is contained in:
parent
734dc50972
commit
c9dc7a20a1
@ -6,7 +6,7 @@
|
||||
|
||||
Prometheus exporter for PostgreSQL server metrics.
|
||||
|
||||
CI Tested PostgreSQL versions: `9.1`, `9.2`, `9.3`, `9.4`, `9.5`, `9.6`, `10`, `11`
|
||||
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`
|
||||
|
||||
## Quick Start
|
||||
This package is available for Docker:
|
||||
|
@ -26,9 +26,6 @@ echo "Test Binary: $test_binary" 1>&2
|
||||
cd "$DIR" || exit 1
|
||||
|
||||
VERSIONS=( \
|
||||
9.1 \
|
||||
9.2 \
|
||||
9.3 \
|
||||
9.4 \
|
||||
9.5 \
|
||||
9.6 \
|
||||
|
Loading…
Reference in New Issue
Block a user