Skip to content

Commit

Permalink
Add Postgres 17 for CI test
Browse files Browse the repository at this point in the history
Signed-off-by: Khiem Doan <[email protected]>
  • Loading branch information
khiemdoan committed Jan 2, 2025
1 parent 5bb1702 commit 921e5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ workflows:
- cimg/postgres:14.9
- cimg/postgres:15.4
- cimg/postgres:16.0
- cimg/postgres:17.0
- prometheus/build:
name: build
parallelism: 3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Prometheus exporter for PostgreSQL server metrics.

CI Tested PostgreSQL versions: `11`, `12`, `13`, `14`, `15`, `16`
CI Tested PostgreSQL versions: `11`, `12`, `13`, `14`, `15`, `16`, `17`.

## Quick Start
This package is available for Docker:
Expand Down

0 comments on commit 921e5fe

Please sign in to comment.