mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-01-19 12:50:47 +00:00
Add postgres 15 for CI test
Signed-off-by: Khiem Doan <doankhiem.crazy@gmail.com>
This commit is contained in:
parent
dc1c19efd4
commit
3b45347749
@ -61,6 +61,7 @@ workflows:
|
||||
- circleci/postgres:12
|
||||
- circleci/postgres:13
|
||||
- cimg/postgres:14.1
|
||||
- cimg/postgres:15.1
|
||||
- prometheus/build:
|
||||
name: build
|
||||
parallelism: 3
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Prometheus exporter for PostgreSQL server metrics.
|
||||
|
||||
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`, `13`, `14`
|
||||
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`, `13`, `14`, `15`
|
||||
|
||||
## Quick Start
|
||||
This package is available for Docker:
|
||||
|
Loading…
Reference in New Issue
Block a user