From db6d785644fb9c9369a9af9245bcb52ec935af96 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 4 Aug 2017 17:32:08 +0200 Subject: Add PHP 7.2 testing container Signed-off-by: Lukas Reschke --- .drone.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index a8d1940d9de..eff40807d04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -171,6 +171,14 @@ pipeline: matrix: DB: NODB PHP: 7.1 + nodb-php7.2: + image: nextcloudci/php7.2:php7.2-3 + commands: + - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite + when: + matrix: + DB: NODB + PHP: 7.2 sqlite-php5.6: image: nextcloudci/php5.6:php5.6-7 commands: @@ -195,6 +203,14 @@ pipeline: matrix: DB: sqlite PHP: 7.1 + sqlite-php7.2: + image: nextcloudci/php7.2:php7.2-3 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite + when: + matrix: + DB: sqlite + PHP: 7.2 mysql-php5.6: image: nextcloudci/php5.6:php5.6-7 commands: @@ -599,6 +615,9 @@ matrix: - DB: NODB PHP: 7.1 ENABLE_REDIS: true + - DB: NODB + PHP: 7.2 + ENABLE_REDIS: false - DB: sqlite PHP: 5.6 ENABLE_REDIS: true @@ -608,6 +627,9 @@ matrix: - DB: sqlite PHP: 7.1 ENABLE_REDIS: true + - DB: sqlite + PHP: 7.2 + ENABLE_REDIS: false - DB: mysql PHP: 5.6 ENABLE_REDIS: true -- cgit v1.2.3 From 0857780eb0d4e16ad29d1a7b17e00257f029b736 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 4 Aug 2017 17:33:52 +0200 Subject: Update PHP 7.2 container Signed-off-by: Lukas Reschke --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index eff40807d04..0cfbe6403dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -172,7 +172,7 @@ pipeline: DB: NODB PHP: 7.1 nodb-php7.2: - image: nextcloudci/php7.2:php7.2-3 + image: nextcloudci/php7.2:php7.2-4 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -204,7 +204,7 @@ pipeline: DB: sqlite PHP: 7.1 sqlite-php7.2: - image: nextcloudci/php7.2:php7.2-3 + image: nextcloudci/php7.2:php7.2-4 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: -- cgit v1.2.3