Skip to content

Commit c9dc7a2

Browse files
asherfwrouesnel
authored andcommitted
remove unsupported postgres versions
1 parent 734dc50 commit c9dc7a2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Prometheus exporter for PostgreSQL server metrics.
88

9-
CI Tested PostgreSQL versions: `9.1`, `9.2`, `9.3`, `9.4`, `9.5`, `9.6`, `10`, `11`
9+
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`
1010

1111
## Quick Start
1212
This package is available for Docker:

cmd/postgres_exporter/tests/test-smoke

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ echo "Test Binary: $test_binary" 1>&2
2626
cd "$DIR" || exit 1
2727

2828
VERSIONS=( \
29-
9.1 \
30-
9.2 \
31-
9.3 \
3229
9.4 \
3330
9.5 \
3431
9.6 \

0 commit comments

Comments
 (0)