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

Use PostgreSQL 14 for Drone CI and GitHub Actions

This commit is contained in:
2023-05-30 10:14:47 +03:00
parent 6d5e3c350d
commit 770f676fb5
2 changed files with 9 additions and 9 deletions

View File

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