From 9bbb6ffb23be8aa0255bfedf1c8bf248d3488c72 Mon Sep 17 00:00:00 2001 From: blizzz Date: Mon, 9 Oct 2017 12:45:00 +0200 Subject: [PATCH] fix postgresql tests we don't support pgsql 10 yet. because Doctrine does not either. Signed-off-by: Arthur Schiwon --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 84256ba4b5..3e161e4288 100644 --- a/.drone.yml +++ b/.drone.yml @@ -834,7 +834,7 @@ services: matrix: ENABLE_REDIS_CLUSTER: true postgres: - image: postgres + image: postgres:9 environment: - POSTGRES_USER=oc_autotest - POSTGRES_PASSWORD=owncloud