Add support for Postgres 11

This commit is contained in:
Slavi Pantaleev
2018-11-01 09:48:20 +02:00
parent a0a4ee526e
commit e417ac4922
4 changed files with 24 additions and 2 deletions

View File

@ -146,7 +146,8 @@ matrix_postgres_data_path: "{{ matrix_base_data_path }}/postgres"
matrix_postgres_docker_image_v9: "postgres:9.6.10-alpine"
matrix_postgres_docker_image_v10: "postgres:10.5-alpine"
matrix_postgres_docker_image_latest: "{{ matrix_postgres_docker_image_v10 }}"
matrix_postgres_docker_image_v11: "postgres:11.0-alpine"
matrix_postgres_docker_image_latest: "{{ matrix_postgres_docker_image_v11 }}"
matrix_coturn_docker_image: "instrumentisto/coturn:4.5.0.8"