]> source.dussan.org Git - sonarqube.git/commitdiff
SONARCLOUD-161 use postgresql 9.5 in QA
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 29 Oct 2018 07:47:47 +0000 (08:47 +0100)
committerSonarTech <sonartech@sonarsource.com>
Tue, 30 Oct 2018 19:21:25 +0000 (20:21 +0100)
.cirrus.yml

index f6cd3237b133463cdaa87c5b8340d40b9c9cf121..09d9aa8366d8729fab0a13aec97d92a731d70569 100644 (file)
@@ -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