Use the PHP 7.1-3 tag

Bumps the PHP version from beta2 to RC1
This commit is contained in:
Lukas Reschke 2016-09-07 22:24:29 +02:00
parent d4cbc24bae
commit 1b2021a243
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ build:
- git submodule update --init
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
nodb-php7.1:
image: nextcloudci/php7.1:php7.1-1
image: nextcloudci/php7.1:php7.1-3
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
@ -34,7 +34,7 @@ build:
- git submodule update --init
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
sqlite-php7.1:
image: nextcloudci/php7.1:php7.1-1
image: nextcloudci/php7.1:php7.1-3
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init