]> source.dussan.org Git - sonarqube.git/commitdiff
SONARCLOUD-161 run validation against Postgres 9.5
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 30 Oct 2018 15:53:33 +0000 (16:53 +0100)
committerSonarTech <sonartech@sonarsource.com>
Tue, 30 Oct 2018 19:21:26 +0000 (20:21 +0100)
.cirrus.yml

index 09d9aa8366d8729fab0a13aec97d92a731d70569..282b40226e54e0f3032c06262756869012c0bb2d 100644 (file)
@@ -74,7 +74,9 @@ validate_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