.circleci/config.yml in wcc-contentful-0.1.0 vs .circleci/config.yml in wcc-contentful-0.2.0
- old
+ new
@@ -4,10 +4,10 @@
docker:
- image: circleci/ruby:2.3.3-node
environment:
RAILS_ENV: test
POSTGRES_CONNECTION: postgresql://ubuntu:@127.0.0.1:5432/circle_ruby_test
- - image: postgres:9.5
+ - image: postgres:10
environment:
- POSTGRES_USER: ubuntu
- POSTGRES_DB: circle_ruby_test
steps:
- checkout