From 474a600842cb0cee21d4d2d1a3d3da6bfe430c1f Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Sun, 11 Nov 2018 15:40:09 +1100 Subject: [PATCH] Add Postgresql 11 to smoke-tests. --- cmd/postgres_exporter/tests/test-smoke | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/postgres_exporter/tests/test-smoke b/cmd/postgres_exporter/tests/test-smoke index c380685..1436b75 100755 --- a/cmd/postgres_exporter/tests/test-smoke +++ b/cmd/postgres_exporter/tests/test-smoke @@ -33,6 +33,7 @@ VERSIONS=( \ 9.5 \ 9.6 \ 10 \ + 11 \ ) wait_for_postgres(){