Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-10-29 16:32:22 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-07 17:43:54 +0300
commitb611bc31156a033a84e95b17f0310862a3c0f94f (patch)
tree6b3e202cd83d159f87d0cea50ad7e31cb3ffe56c /.drone.yml
parente02c9ec1bfc7eaabafe640dce87adb5efb013ad0 (diff)
Add php8 CI
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
index e9cacb376fc..34b58e1de58 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