diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-09 20:45:11 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-09 20:45:11 +0200 |
commit | e4819711559920b024e5e6163c9c4832b375e11c (patch) | |
tree | 7709034d56b79b35abcee53ef3f806baddfd0e2c /.drone.yml | |
parent | 25f2546a7bb67371a051c387e0bb034f5ba87891 (diff) | |
download | nextcloud-server-e4819711559920b024e5e6163c9c4832b375e11c.tar.gz nextcloud-server-e4819711559920b024e5e6163c9c4832b375e11c.zip |
Bump 7.2 container to RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
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: |