From 7e065c2946887f93d1930d6b7fa9174e69fbffbc Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 6 Aug 2017 10:37:15 +0200 Subject: [PATCH] Add drone step for postgres with php 7.1 Signed-off-by: Roeland Jago Douma --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index c048e2fc6f..7c61e8c4d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -300,6 +300,15 @@ pipeline: matrix: DB: postgres PHP: "7.0" + postgres-php7.1: + image: nextcloudci/php7.1:php7.1-15 + commands: + - sleep 10 # gives the database enough time to initialize + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql + when: + matrix: + DB: postgres + PHP: 7.1 mysqlmb4-php5.6: image: nextcloudci/php5.6:php5.6-8 commands: @@ -722,6 +731,9 @@ matrix: - DB: postgres PHP: 7.0 ENABLE_REDIS: true + - DB: postgres + PHP: 7.1 + ENABLE_REDIS: true - DB: mysqlmb4 PHP: 5.6 ENABLE_REDIS: true