diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-24 19:01:13 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-24 19:01:13 +0200 |
commit | 3d22e7a6f5f32cea2605e67bbd9c2ab058a25790 (patch) | |
tree | 1f1f4966ceafd893bf4ae304c5119366ede12369 /.drone.yml | |
parent | ef223b776015ca69800877de824517235a573855 (diff) | |
download | nextcloud-server-3d22e7a6f5f32cea2605e67bbd9c2ab058a25790.tar.gz nextcloud-server-3d22e7a6f5f32cea2605e67bbd9c2ab058a25790.zip |
Use a new phpredis
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 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 |