mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #2319 from nextcloud/php-7.1rc6
Bump php7.1 container to RC6
This commit is contained in:
commit
c398fdda7e
1 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ pipeline:
|
|||
DB: NODB
|
||||
PHP: "7.0"
|
||||
nodb-php7.1:
|
||||
image: nextcloudci/php7.1:php7.1-9
|
||||
image: nextcloudci/php7.1:php7.1-10
|
||||
commands:
|
||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||
when:
|
||||
|
|
@ -137,7 +137,7 @@ pipeline:
|
|||
DB: sqlite
|
||||
PHP: "7.0"
|
||||
sqlite-php7.1:
|
||||
image: nextcloudci/php7.1:php7.1-9
|
||||
image: nextcloudci/php7.1:php7.1-10
|
||||
commands:
|
||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||
when:
|
||||
|
|
|
|||
Loading…
Reference in a new issue