Commit dd225fb6 authored by Carsten Brandt's avatar Carsten Brandt

try running against postgres 9.3 for #4672

parent 9d4e3612
...@@ -21,6 +21,10 @@ services: ...@@ -21,6 +21,10 @@ services:
- elasticsearch - elasticsearch
- mongodb - mongodb
# try running against postgres 9.3
addons:
postgresql: "9.3"
install: install:
- composer self-update && composer --version - composer self-update && composer --version
# core framework: # core framework:
......
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