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>2018-02-04 16:09:54 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-04 16:09:54 +0300
commit5b5b9cbeca64ea48a76ec7fc8509fc25ed04796c (patch)
treec03acb48c3c2937a7917ca7b7951785c36726087 /.drone.yml
parent1e75f007ac8a3592c46bfb63906ed34b94d1b01b (diff)
Use 7.2 image
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index a248e4d57c9..6efc2b170b4 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -38,7 +38,7 @@ pipeline:
matrix:
TESTS: syntax-php7.1
phan:
- image: nextcloudci/php7.1:php7.1-16
+ image: nextcloudci/php7.2:php7.2-10
commands:
- composer install
- composer require --dev "phan/phan:0.11.1"