Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-07 20:37:06 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-12 00:53:16 +0300
commit6aaf096e2fff10e12645e84d10d1b2fa4b11cf56 (patch)
treeae0ae1d3b6be96aac08b814d50dd8e2fb6f3a6d3 /.gitlab-ci.yml
parentdf48758c69e5927a45fb70293c18a2ec82995d6c (diff)
Add reason to keep postgresql 9.2 for CI
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 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