Merge pull request #1673 from nextcloud/php7.1-rc3

Bump 7.1 CI to RC3
This commit is contained in:
Morris Jobke 2016-10-10 15:32:29 +02:00 committed by GitHub
commit 75f23d97f6
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
image: nextcloudci/php7.1:php7.1-3
image: nextcloudci/php7.1:php7.1-5
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-3
image: nextcloudci/php7.1:php7.1-5
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: