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>2016-10-21 12:37:08 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-21 12:37:25 +0300
commit13168ffbbaaa52fed52b2c0b83298ede2fd369c7 (patch)
tree393ff4bdc2645f0a096c2e1b0a16b13359e0147f /.drone.yml
parent9965a95e3b9aff118fa7a34102e5ac31367ac7e2 (diff)
Bump to php7.1 RC4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 78cdefd82b4..2b5407e0df6 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -100,7 +100,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
- image: nextcloudci/php7.1:php7.1-5
+ image: nextcloudci/php7.1:php7.1-6
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -124,7 +124,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
- image: nextcloudci/php7.1:php7.1-5
+ image: nextcloudci/php7.1:php7.1-6
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: