GRN2-354: Switch default database to Postgres 13.2 (#2563)

* Switch default database to Postgres 13.2

* Update pg version in Github Actions
This commit is contained in:
Ahmad Farhat 2021-03-04 18:01:01 -05:00 committed by GitHub
parent 779b41a64a
commit cd4433798c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
services:
postgres:
image: postgres
image: postgres:13.2-alpine
env:
POSTGRES_DB: postgres
POSTGRES_PASSWORD: postgres

View File

@ -24,7 +24,7 @@ services:
links:
- db
db:
image: postgres:9.5
image: postgres:13.2-alpine
restart: unless-stopped
ports:
- 127.0.0.1:5432:5432