From b611bc31156a033a84e95b17f0310862a3c0f94f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 29 Oct 2020 14:32:22 +0100 Subject: [PATCH] Add php8 CI Signed-off-by: Roeland Jago Douma --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index e9cacb376f..34b58e1de5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -256,11 +256,11 @@ steps: commands: - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite -#- name: nodb-php8.0 -# image: nextcloudci/php8.0:latest -# commands: -# - bash tests/drone-run-php-tests.sh || exit 0 -# - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite +- name: nodb-php8.0 + image: nextcloudci/php8.0:latest + commands: + - bash tests/drone-run-php-tests.sh || exit 0 + - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite services: - name: cache @@ -293,11 +293,11 @@ steps: commands: - bash tests/drone-run-php-tests.sh || exit 0 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite -#- name: sqlite-php8.0 -# image: nextcloudci/php8.0:latest -# commands: -# - bash tests/drone-run-php-tests.sh || exit 0 -# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite +- name: sqlite-php8.0 + image: nextcloudci/php8.0:latest + commands: + - bash tests/drone-run-php-tests.sh || exit 0 + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite services: - name: cache