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:
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user