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:
steve-chavez
2019-06-26 18:14:36 -05:00
committed by Steve Chávez
parent dd86fe372c
commit 3cce6ca02b
+1 -1
View File
@@ -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