Skip to content
Snippets Groups Projects
Commit 6aaf096e authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Add reason to keep postgresql 9.2 for CI

parent df48758c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
---
title: Add reason to keep postgresql 9.2 for CI
merge_request: 16277
author: Takuya Noguchi
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment