Skip to content

Commit f07c245

Browse files
committed
limit postgres version in CI
1 parent ff1fc83 commit f07c245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e_dbt_project/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)