Test with pg16 (#691)

* Test with pg16

* Install pg 16 client
This commit is contained in:
Dan Sosedoff
2023-09-26 22:40:57 -05:00
committed by GitHub
parent 22daaad5a2
commit 5371b4af56
2 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,11 @@ x-base: &base
interval: 5s
services:
postgres16:
<<: *base
image: postgres:16
ports:
- 5433:5432
postgres15:
<<: *base
image: postgres:15