From fd56b8d4ed767a1ec542fca96e380ad78d9ab55f Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Thu, 30 Nov 2017 07:06:28 +0100 Subject: [PATCH] lowered default version for PgSQL to match TravisCI (#15255) in addition to https://github.com/yiisoft/yii2/pull/15251 - would be better to have a default for which tests pass, see also https://github.com/yiisoft/yii2/issues/15254 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd6ee7d..76a6e0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ services: variables: DOCKER_MYSQL_IMAGE: percona:5.7 - DOCKER_POSTGRES_IMAGE: postgres:10.1 + DOCKER_POSTGRES_IMAGE: postgres:9.3 before_script: - apk add --no-cache python py2-pip git