diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-01-08 02:37:06 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-01-12 06:53:16 +0900 |
commit | 6aaf096e2fff10e12645e84d10d1b2fa4b11cf56 (patch) | |
tree | ae0ae1d3b6be96aac08b814d50dd8e2fb6f3a6d3 /.gitlab-ci.yml | |
parent | df48758c69e5927a45fb70293c18a2ec82995d6c (diff) | |
download | gitlab-ce-6aaf096e2fff10e12645e84d10d1b2fa4b11cf56.tar.gz |
Add reason to keep postgresql 9.2 for CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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 |