remove unsupported postgres versions

This commit is contained in:
Asher Foa 2019-06-14 23:21:59 -07:00 committed by Will Rouesnel
parent 734dc50972
commit c9dc7a20a1
2 changed files with 1 additions and 4 deletions

View File

@ -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:

View File

@ -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 \