diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-12-27 12:13:42 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-12-27 12:13:42 +0100 |
commit | 2f3e18a5e137c1cee2b586336865e520b0eec838 (patch) | |
tree | d59cee13f0588dafdde6f542d08c4530823281a5 /.drone.yml | |
parent | bb3a7ad27517259a6d581fb4398d0040ad5646ce (diff) | |
download | nextcloud-server-2f3e18a5e137c1cee2b586336865e520b0eec838.tar.gz nextcloud-server-2f3e18a5e137c1cee2b586336865e520b0eec838.zip |
Move litmusv2 to php7.2
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 1f9550fa257..96e602b8524 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,7 +108,7 @@ pipeline: matrix: TESTS: litmus-v1 litmus-v2: - image: nextcloudci/litmus-php7.1:1 + image: nextcloudci/litmus-php7.2:1 commands: - bash tests/travis/install.sh sqlite - bash apps/dav/tests/travis/litmus-v2/script.sh |