Commit 823c32e2 authored by David Dieulivol's avatar David Dieulivol Committed by Rémy Coutable

CI/CD - Test against Redis 6 by default for postgreSQL 12, and keep Redis 5...

CI/CD - Test against Redis 6 by default for postgreSQL 12, and keep Redis 5 for other postgreSQL versions
parent dcfdc833
......@@ -226,7 +226,7 @@
services:
- name: postgres:12
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:5.0-alpine
- name: redis:6.0-alpine
variables:
POSTGRES_HOST_AUTH_METHOD: trust
......@@ -255,7 +255,7 @@
services:
- name: postgres:12
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:5.0-alpine
- name: redis:6.0-alpine
- name: elasticsearch:7.17.0
command: ["elasticsearch", "-E", "discovery.type=single-node"]
variables:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment