Browse Source

SONARCLOUD-161 run validation against Postgres 9.5

tags/7.5
Sébastien Lesaint 5 years ago
parent
commit
a48e461414
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .cirrus.yml

+ 3
- 1
.cirrus.yml View 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

Loading…
Cancel
Save