From dad3cf2c127f19e2c8a357a38f18942783c3e34d Mon Sep 17 00:00:00 2001 From: Nick Charlton <nick@nickcharlton.net> Date: Fri, 26 Jan 2018 12:26:52 +0000 Subject: [PATCH] Upgrade Circle CI Postgres to 10.1. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f3f35d7505..fc44032fc9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: PGHOST: localhost PGUSER: administrate RAILS_ENV: test - - image: postgres:9.5-alpine + - image: postgres:10.1-alpine environment: POSTGRES_USER: administrate POSTGRES_DB: ruby23 @@ -58,7 +58,7 @@ jobs: PGHOST: localhost PGUSER: administrate RAILS_ENV: test - - image: postgres:9.5-alpine + - image: postgres:10.1-alpine environment: POSTGRES_USER: administrate POSTGRES_DB: ruby24 @@ -72,7 +72,7 @@ jobs: PGHOST: localhost PGUSER: administrate RAILS_ENV: test - - image: postgres:9.5-alpine + - image: postgres:10.1-alpine environment: POSTGRES_USER: administrate POSTGRES_DB: ruby25