From 669c7a37debd13d3b99e2b424c92c2aac2f67d59 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 7 Jul 2019 20:20:26 +0545 Subject: [PATCH] Do not test postgres:10.3 - needs more backports --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 555d9c5baf6d..f0a897df0fa1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -719,13 +719,13 @@ matrix: INSTALL_SERVER: true INSTALL_TESTING_APP: true - - PHP_VERSION: 7.1 - DB_TYPE: postgres - POSTGRES_IMAGE: postgres:10.3 - TEST_SUITE: phpunit - COVERAGE: true - INSTALL_SERVER: true - INSTALL_TESTING_APP: true +# - PHP_VERSION: 7.1 +# DB_TYPE: postgres +# POSTGRES_IMAGE: postgres:10.3 +# TEST_SUITE: phpunit +# COVERAGE: true +# INSTALL_SERVER: true +# INSTALL_TESTING_APP: true - PHP_VERSION: 7.1 DB_TYPE: mariadb