Bump to php7.1 RC4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2016-10-21 11:37:08 +02:00
parent 9965a95e3b
commit 13168ffbba
No known key found for this signature in database
GPG key ID: 1E152838F164D13B

View file

@ -100,7 +100,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
image: nextcloudci/php7.1:php7.1-5
image: nextcloudci/php7.1:php7.1-6
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@ -124,7 +124,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
image: nextcloudci/php7.1:php7.1-5
image: nextcloudci/php7.1:php7.1-6
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: