mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 07:55:41 +03:00
Use postgres 16 in tests
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12-alpine
|
||||
image: postgres:16-alpine
|
||||
env:
|
||||
POSTGRES_DB: paperclip_test
|
||||
POSTGRES_USER: postgres
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user