diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-02 08:14:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 08:14:46 +0100 |
commit | 30db4b73a570c200c8b2183bfe6531b6cd112b37 (patch) | |
tree | 296d8ef441eba5b171b0e5377f20fb024cb5c25b | |
parent | ea898a2191c1c07520a303aab9dbf8f3fce949e1 (diff) | |
parent | 2f3e18a5e137c1cee2b586336865e520b0eec838 (diff) | |
download | nextcloud-server-30db4b73a570c200c8b2183bfe6531b6cd112b37.tar.gz nextcloud-server-30db4b73a570c200c8b2183bfe6531b6cd112b37.zip |
Merge pull request #13273 from nextcloud/fix/litmus-v2
Move litmusv2 to php7.2
-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 |