forked from External/greenlight
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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:13.2-alpine
|
||||
env:
|
||||
POSTGRES_DB: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
Reference in New Issue
Block a user