commit
75f23d97f6
|
@ -100,7 +100,7 @@ pipeline:
|
||||||
DB: NODB
|
DB: NODB
|
||||||
PHP: "7.0"
|
PHP: "7.0"
|
||||||
nodb-php7.1:
|
nodb-php7.1:
|
||||||
image: nextcloudci/php7.1:php7.1-3
|
image: nextcloudci/php7.1:php7.1-5
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
when:
|
when:
|
||||||
|
@ -124,7 +124,7 @@ pipeline:
|
||||||
DB: sqlite
|
DB: sqlite
|
||||||
PHP: "7.0"
|
PHP: "7.0"
|
||||||
sqlite-php7.1:
|
sqlite-php7.1:
|
||||||
image: nextcloudci/php7.1:php7.1-3
|
image: nextcloudci/php7.1:php7.1-5
|
||||||
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