Merge pull request #2319 from nextcloud/php-7.1rc6

Bump php7.1 container to RC6
This commit is contained in:
Roeland Jago Douma 2016-11-24 21:33:24 +01:00 committed by GitHub
commit c398fdda7e

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: