aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-10-09 20:23:35 +0200
committerSonarTech <sonartech@sonarsource.com>2018-10-10 20:21:00 +0200
commitc929ef6059b52ee6a2bd0ab1a27691d7e8ab923a (patch)
tree31a0efe22ff6b18f68d4a7394dcb5b7091c71abe /.cirrus.yml
parentc5f07b8ea024ffddf88c2d5ae836165f238a3343 (diff)
downloadsonarqube-c929ef6059b52ee6a2bd0ab1a27691d7e8ab923a.tar.gz
sonarqube-c929ef6059b52ee6a2bd0ab1a27691d7e8ab923a.zip
Use latest postgreSQL 9.3.x in QA tests
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 2f5739f4b5d..0fdaf77fd7f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -77,7 +77,7 @@ validate_task:
memory: 10Gb
additional_containers:
- name: postgres
- image: postgres:9.3.23
+ image: postgres:9.3
port: 5432
cpu: 1
memory: 1Gb
@@ -104,7 +104,7 @@ qa_task:
memory: 10Gb
additional_containers:
- name: postgres
- image: postgres:9.3.23
+ image: postgres:9.3
port: 5432
cpu: 1
memory: 1Gb