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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-09 00:22:00 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-11-25 18:04:00 +0300
commit84679030e086193cccf91f4f1c932a9970551214 (patch)
tree01eec625ccfe3ff2c70aa14126fecef45393a2a5
parent044c0d3b03653f5d28b716af03caf3d5d01d3d3f (diff)
Remove PHP 7.1 test
* not supported before Nextcloud 11 -> causes failure in occ calls Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 3da79e5..16ebe1b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -64,6 +64,6 @@ matrix:
- TESTS: test-php55
- TESTS: test-php56
- TESTS: test-php70
- - TESTS: test-php71
+ #- TESTS: test-php71 - not supported on Nextcloud up to 10
- TESTS: signed-off-check
- TESTS: check-same-code-base