Browse Source

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
tags/2.0.14
Tobias Munk 7 years ago committed by Alexander Makarov
parent
commit
fd56b8d4ed
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -5,7 +5,7 @@ services:
variables: variables:
DOCKER_MYSQL_IMAGE: percona:5.7 DOCKER_MYSQL_IMAGE: percona:5.7
DOCKER_POSTGRES_IMAGE: postgres:10.1 DOCKER_POSTGRES_IMAGE: postgres:9.3
before_script: before_script:
- apk add --no-cache python py2-pip git - apk add --no-cache python py2-pip git

Loading…
Cancel
Save