1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 14:16:01 +02:00

Use PostgreSQL 12 in CI

I migrated my production systems to PostgreSQL 12 months ago.
This commit is contained in:
2022-05-31 13:05:01 +03:00
parent 0a8ac60ade
commit 0ff8490275
2 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ jobs:
services:
database:
image: postgres:10-alpine
image: postgres:12-alpine
env:
# password for postgres user in the Docker container
POSTGRES_PASSWORD: postgres