diff options
author | Pierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com> | 2020-01-08 15:38:37 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-08 20:46:12 +0100 |
commit | f637dda17a13fc4fe2d0a5011352fd5a05995ada (patch) | |
tree | 7ac969790a1290e25be4310bafcc7975c9a8c02b /.cirrus.yml | |
parent | 685b65da29d3f089f9effad10f2bc38f91d59617 (diff) | |
download | sonarqube-f637dda17a13fc4fe2d0a5011352fd5a05995ada.tar.gz sonarqube-f637dda17a13fc4fe2d0a5011352fd5a05995ada.zip |
SONAR-12865 Support PostgreSQL 11 and 12
* SONAR-12865 move QA to postgresql 12.1
* SONAR-12865 update PostgreSQL requirement and upgrade notes
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 4162a186981..be12730329b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -88,7 +88,7 @@ validate_task: memory: 10Gb additional_containers: - name: postgres - image: postgres:10.6 + image: postgres:12.1 port: 5432 cpu: 1 memory: 1Gb @@ -118,7 +118,7 @@ qa_task: memory: 10Gb additional_containers: - name: postgres - image: postgres:10.6 + image: postgres:12.1 port: 5432 cpu: 1 memory: 1Gb |