Bump 7.2 container to RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
25f2546a7b
commit
e481971155
|
@ -171,7 +171,7 @@ pipeline:
|
||||||
DB: NODB
|
DB: NODB
|
||||||
PHP: 7.1
|
PHP: 7.1
|
||||||
nodb-php7.2:
|
nodb-php7.2:
|
||||||
image: nextcloudci/php7.2:php7.2-7
|
image: nextcloudci/php7.2:php7.2-8
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
when:
|
when:
|
||||||
|
@ -203,7 +203,7 @@ pipeline:
|
||||||
DB: sqlite
|
DB: sqlite
|
||||||
PHP: 7.1
|
PHP: 7.1
|
||||||
sqlite-php7.2:
|
sqlite-php7.2:
|
||||||
image: nextcloudci/php7.2:php7.2-7
|
image: nextcloudci/php7.2:php7.2-8
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue