summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-05-24 11:06:24 +0100
committerNick Thomas <nick@gitlab.com>2017-05-26 13:18:57 +0100
commite961f3da300b2ca59277306f011c321251a76f2e (patch)
tree72c03990664aff1b194b952e8420f1ed2a8536ce /.gitlab-ci.yml
parent8f2af757d3a040dbd81e30e49cb2d575848961b8 (diff)
downloadgitlab-ce-e961f3da300b2ca59277306f011c321251a76f2e.tar.gz
Minimum postgresql version is now 9.2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 887be3e83b1..dea11bb9f61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ stages:
.use-pg: &use-pg
services:
- - postgres:9.1
+ - postgres:9.2
- redis:alpine
.use-mysql: &use-mysql