Use minimum recommended PostgreSQL version to run our tests

This commit is contained in:
Gabriel Mazetto 2018-10-02 16:05:25 -03:00
parent eda6b43cbe
commit e129402287
1 changed files with 1 additions and 4 deletions

View File

@ -67,10 +67,7 @@ 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
- postgres:9.6
- redis:alpine
.use-mysql: &use-mysql