Skip to content

Commit 07bf589

Browse files
authored
Merge pull request #567 from akostadinov/pgsql-versions
test with all supported PostgreSQL versions
2 parents 14d1db8 + a28ce23 commit 07bf589

File tree

3 files changed

+1
-1555
lines changed

3 files changed

+1
-1555
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ workflows:
8989
- build:
9090
matrix:
9191
parameters:
92-
postgresql_image: [ "cimg/postgres:14.19", "cimg/postgres:15.14" ]
92+
postgresql_image: [ "cimg/postgres:14.19", "cimg/postgres:15.14", "cimg/postgres:16.10", "cimg/postgres:17.6", "cimg/postgres:18.0" ]
9393
- docker-build

0 commit comments

Comments
 (0)