Use postgres 16 in tests

This commit is contained in:
Vasily Fedoseyev
2024-10-01 15:32:34 +03:00
parent df4b7c40c8
commit d12c8986af
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
services:
postgres:
image: postgres:12-alpine
image: postgres:16-alpine
env:
POSTGRES_DB: paperclip_test
POSTGRES_USER: postgres

View File

@@ -2,7 +2,7 @@ version: '3.6'
services:
postgres:
image: postgres:12-alpine
image: postgres:16-alpine
environment:
POSTGRES_DB: paperclip_test
POSTGRES_USER: postgres