summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-12 08:00:23 +0000
committerRémy Coutable <remy@rymai.me>2018-01-12 08:00:23 +0000
commit196be7b1dec7e93761160488311807b44510f5fc (patch)
tree94ee85448a765ec1bb18005f99c92f2e9c4fd5ff /.gitlab-ci.yml
parent16e895801e5ba2f27de6d33511c8ac46297048eb (diff)
parent6aaf096e2fff10e12645e84d10d1b2fa4b11cf56 (diff)
downloadgitlab-ce-196be7b1dec7e93761160488311807b44510f5fc.tar.gz
Merge branch '41749-postgres-9.6-for-ci-tests' into 'master'
Add reason to keep postgresql 9.2 for CI See merge request gitlab-org/gitlab-ce!16277
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f038ce72aeb..80ba8e5c1a1 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