Bump php7.1 container to RC6

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2016-11-24 20:46:15 +01:00
parent e3489d92fd
commit 2ddee155f7
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -113,7 +113,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
image: nextcloudci/php7.1:php7.1-9
image: nextcloudci/php7.1:php7.1-10
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@ -137,7 +137,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
image: nextcloudci/php7.1:php7.1-9
image: nextcloudci/php7.1:php7.1-10
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: