diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-04 14:09:54 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-04 14:09:54 +0100 |
commit | 5b5b9cbeca64ea48a76ec7fc8509fc25ed04796c (patch) | |
tree | c03acb48c3c2937a7917ca7b7951785c36726087 /.drone.yml | |
parent | 1e75f007ac8a3592c46bfb63906ed34b94d1b01b (diff) | |
download | nextcloud-server-5b5b9cbeca64ea48a76ec7fc8509fc25ed04796c.tar.gz nextcloud-server-5b5b9cbeca64ea48a76ec7fc8509fc25ed04796c.zip |
Use 7.2 image
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
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" |