Skip to content
Snippets Groups Projects
Unverified Commit 1b2021a2 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Use the PHP 7.1-3 tag

Bumps the PHP version from beta2 to RC1
parent d4cbc24b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ build: ...@@ -16,7 +16,7 @@ build:
- git submodule update --init - git submodule update --init
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
nodb-php7.1: nodb-php7.1:
image: nextcloudci/php7.1:php7.1-1 image: nextcloudci/php7.1:php7.1-3
commands: commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init - git submodule update --init
...@@ -34,7 +34,7 @@ build: ...@@ -34,7 +34,7 @@ build:
- git submodule update --init - git submodule update --init
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
sqlite-php7.1: sqlite-php7.1:
image: nextcloudci/php7.1:php7.1-1 image: nextcloudci/php7.1:php7.1-3
commands: commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init - git submodule update --init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment