Explorar el Código

SONARCLOUD-161 run validation against Postgres 9.5

tags/7.5
Sébastien Lesaint hace 5 años
padre
commit
a48e461414
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      .cirrus.yml

+ 3
- 1
.cirrus.yml Ver fichero

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

Cargando…
Cancelar
Guardar