Add reason to keep postgresql 9.2 for CI

This commit is contained in:
Takuya Noguchi 2018-01-08 02:37:06 +09:00
parent df48758c69
commit 6aaf096e2f
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Add reason to keep postgresql 9.2 for CI
merge_request: 16277
author: Takuya Noguchi
type: other