Skip to content

Commit ab4d004

Browse files
committed
Use Postgres 15 for tests as we use it everywhere else...
1 parent 7e7cb1a commit ab4d004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ x-shared-config: &shared_config
1010
- 5432:5432
1111

1212
services:
13-
psql-14:
14-
image: postgres:14
13+
psql-15:
14+
image: postgres:15
1515
<<: *shared_config

0 commit comments

Comments
 (0)