Skip to content
Snippets Groups Projects
Commit 181de173 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #1990 from nextcloud/use-php-7.1-rc-5

Use PHP 7.1 RC5 for CI
parents 8471219b a2def38a
No related branches found
No related tags found
Loading
...@@ -107,7 +107,7 @@ pipeline: ...@@ -107,7 +107,7 @@ pipeline:
DB: NODB DB: NODB
PHP: "7.0" PHP: "7.0"
nodb-php7.1: nodb-php7.1:
image: nextcloudci/php7.1:php7.1-6 image: nextcloudci/php7.1:php7.1-8
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when: when:
...@@ -131,7 +131,7 @@ pipeline: ...@@ -131,7 +131,7 @@ pipeline:
DB: sqlite DB: sqlite
PHP: "7.0" PHP: "7.0"
sqlite-php7.1: sqlite-php7.1:
image: nextcloudci/php7.1:php7.1-6 image: nextcloudci/php7.1:php7.1-8
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: when:
......
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