ソースを参照

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

読み込み中…
キャンセル
保存