Skip to content

Commit f92c3ac

Browse files
authored
CI - restrict postgres version (#880)
1 parent a01c958 commit f92c3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
postgres:
5-
image: postgres
5+
image: postgres:15
66
ports:
77
- "127.0.0.1:5432:5432"
88
command: postgres -c max_connections=500

0 commit comments

Comments
 (0)