Просмотр исходного кода

SONARCLOUD-161 run validation against Postgres 9.5

tags/7.5
Sébastien Lesaint 5 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить