diff options
-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" |