Skip to content

Commit ab8f272

Browse files
authored
Merge pull request prometheus-community#736 from khiemdoan/circleci
Add postgres 15 for CI test
2 parents 8b8466f + b92161c commit ab8f272

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ workflows:
6161
- circleci/postgres:12
6262
- circleci/postgres:13
6363
- cimg/postgres:14.1
64+
- cimg/postgres:15.1
6465
- prometheus/build:
6566
name: build
6667
parallelism: 3

README.md

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

88
Prometheus exporter for PostgreSQL server metrics.
99

10-
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`, `13`, `14`
10+
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`, `13`, `14`, `15`
1111

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

0 commit comments

Comments
 (0)