Skip to content

Commit cc761c7

Browse files
committed
Support Postgres 17 in tests
1 parent 1aaa70f commit cc761c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:15
3+
image: postgres:17
44
command: postgres -c wal_level=logical -c max_replication_slots=10
55
environment:
66
POSTGRES_USER: dev

0 commit comments

Comments
 (0)