diff options
author | Gabriel Mazetto <brodock@gmail.com> | 2018-10-02 16:05:25 -0300 |
---|---|---|
committer | Gabriel Mazetto <brodock@gmail.com> | 2018-10-02 16:05:25 -0300 |
commit | e1294022875138b40db7d34a9f33ac9f4a7dc655 (patch) | |
tree | c8e90c004e50d6ed18f6d9793db84d26920f8cf3 /.gitlab-ci.yml | |
parent | eda6b43cbe50a1217a35d9d173379fd41a36534f (diff) | |
download | gitlab-ce-e1294022875138b40db7d34a9f33ac9f4a7dc655.tar.gz |
Use minimum recommended PostgreSQL version to run our tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 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 |