From 6aaf096e2fff10e12645e84d10d1b2fa4b11cf56 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Mon, 8 Jan 2018 02:37:06 +0900 Subject: Add reason to keep postgresql 9.2 for CI --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f47d3f0171..c0fa010b121 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,9 @@ stages: .use-pg: &use-pg services: + # As of Jan 2018, we don't have a strong reason to upgrade to 9.6 for CI yet, + # so using the least common denominator ensures backwards compatibility + # (as many users are still using 9.2). - postgres:9.2 - redis:alpine -- cgit v1.2.1