summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-09-11 12:36:33 +0200
committerGitHub <noreply@github.com>2017-09-11 12:36:33 +0200
commit316c7e18bc8a3475616a88eca4332309a8789b0c (patch)
tree6fdb327ac9c82a6b60dca5d05de506b85bd899c7
parent0186d8405ca618b6f6dd015b890d746dfd098e6c (diff)
parente4819711559920b024e5e6163c9c4832b375e11c (diff)
downloadnextcloud-server-316c7e18bc8a3475616a88eca4332309a8789b0c.tar.gz
nextcloud-server-316c7e18bc8a3475616a88eca4332309a8789b0c.zip
Merge pull request #6430 from nextcloud/php72-rc1
Bump 7.2 container to RC1
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 147de92ad37..8e9f2c2d270 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -171,7 +171,7 @@ pipeline:
DB: NODB
PHP: 7.1
nodb-php7.2:
- image: nextcloudci/php7.2:php7.2-7
+ image: nextcloudci/php7.2:php7.2-8
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -203,7 +203,7 @@ pipeline:
DB: sqlite
PHP: 7.1
sqlite-php7.2:
- image: nextcloudci/php7.2:php7.2-7
+ image: nextcloudci/php7.2:php7.2-8
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: