diff options
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 f155f2e7495..23bb51ae0ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -647,7 +647,7 @@ pipeline: matrix: TEST: memcache-memcached memcache-redis-cluster: - image: nextcloudci/php7.0:php7.0-16 + image: nextcloudci/php7.0:php7.0-17 commands: - phpenmod xdebug - sleep 20 |