From d80081e638d4d760fe8cecd5feef0f46e2d09fad Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Wed, 15 Jun 2022 14:17:55 -0700 Subject: [PATCH] Update readme to include Postgres 14 support It looks like postgres 14.1 was added to CI here: https://github.com/prometheus-community/postgres_exporter/commit/fcb2535affa0f97c7a11439c19de6a7ff793e0df See also: https://github.com/prometheus-community/postgres_exporter/issues/651#issuecomment-1156947591 Signed-off-by: Austin Godber --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb7c90d46..4d23603a6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Prometheus exporter for PostgreSQL server metrics. -CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`, `13` +CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`, `13`, `14` ## Quick Start This package is available for Docker: