Skip to content

Commit 4c63223

Browse files
committed
Test against Postgres 15.5
We are now running 15.5 in production.
1 parent a244216 commit 4c63223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
dev-db:
4-
image: postgres:12.1
4+
image: postgres:15.5
55
ports:
66
- "55432:5432"
77
environment:

0 commit comments

Comments
 (0)