浏览代码

SONARCLOUD-161 run validation against Postgres 9.5

tags/7.5
Sébastien Lesaint 5 年前
父节点
当前提交
a48e461414
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      .cirrus.yml

+ 3
- 1
.cirrus.yml 查看文件

@@ -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

正在加载...
取消
保存