From da59d3a5c1dcf03ac1a329c86e620478d3a6f94c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 29 Oct 2018 08:47:47 +0100 Subject: [PATCH] SONARCLOUD-161 use postgresql 9.5 in QA --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f6cd3237b13..09d9aa8366d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -101,7 +101,9 @@ qa_task: memory: 10Gb additional_containers: - name: postgres - image: postgres:9.3 + # 9.5 is the version used internally at SonarSource. + # The minimal supported version is 9.3 and is tested by nightly QA jobs. + image: postgres:9.5 port: 5432 cpu: 1 memory: 1Gb -- 2.39.5