From e1294022875138b40db7d34a9f33ac9f4a7dc655 Mon Sep 17 00:00:00 2001 From: Gabriel Mazetto Date: Tue, 2 Oct 2018 16:05:25 -0300 Subject: Use minimum recommended PostgreSQL version to run our tests --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c5b40dce21..1a10be84f39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- cgit v1.2.1