From a4e4f948b69646291b422984175f472684903b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 2 May 2018 12:17:47 +0200 Subject: [PATCH] Execute unit tests with postgre:10.3 as well --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c5e3cf19999..b5373d3d4342 100644 --- a/.drone.yml +++ b/.drone.yml @@ -255,7 +255,7 @@ services: DB_TYPE: mysqlmb4 postgres: - image: postgres:9.4 + image: ${POSTGRES_IMAGE=postgres:9.4} environment: - POSTGRES_USER=owncloud - POSTGRES_PASSWORD=owncloud @@ -380,6 +380,13 @@ matrix: - PHP_VERSION: 7.1 DB_TYPE: postgres + POSTGRES_IMAGE: postgres:9.4 + TEST_SUITE: phpunit + COVERAGE: true + + - PHP_VERSION: 7.1 + DB_TYPE: postgres + POSTGRES_IMAGE: postgres:10.3 TEST_SUITE: phpunit COVERAGE: true