mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Bump to php7.1 RC4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
9965a95e3b
commit
13168ffbba
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ pipeline:
|
|||
DB: NODB
|
||||
PHP: "7.0"
|
||||
nodb-php7.1:
|
||||
image: nextcloudci/php7.1:php7.1-5
|
||||
image: nextcloudci/php7.1:php7.1-6
|
||||
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-5
|
||||
image: nextcloudci/php7.1:php7.1-6
|
||||
commands:
|
||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||
when:
|
||||
|
|
|
|||
Loading…
Reference in a new issue