Change docker image to postgres 11.3
PostgreSQL 11.4 patched an error for wich we had a test. See https://www.postgresql.org/docs/release/11.4/ json_to_record.
This commit is contained in:
committed by
Steve Chávez
parent
dd86fe372c
commit
3cce6ca02b
@@ -174,7 +174,7 @@ jobs:
|
||||
- image: circleci/buildpack-deps:trusty
|
||||
environment:
|
||||
- PGHOST=localhost
|
||||
- image: circleci/postgres:11
|
||||
- image: circleci/postgres:11.3
|
||||
environment:
|
||||
- POSTGRES_USER=circleci
|
||||
- POSTGRES_DB=circleci
|
||||
|
||||
Reference in New Issue
Block a user