Merge pull request #6766 from nextcloud/php7.2-rc3
Update php7.2 container to rc3
This commit is contained in:
commit
9ba51247f0
|
@ -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-8
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
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-8
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
when:
|
when:
|
||||||
|
@ -235,7 +235,7 @@ pipeline:
|
||||||
DB: mysql
|
DB: mysql
|
||||||
PHP: 7.1
|
PHP: 7.1
|
||||||
mysql-php7.2:
|
mysql-php7.2:
|
||||||
image: nextcloudci/php7.2:php7.2-4
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
||||||
when:
|
when:
|
||||||
|
@ -342,7 +342,7 @@ pipeline:
|
||||||
DB: mysqlmb4
|
DB: mysqlmb4
|
||||||
PHP: 7.1
|
PHP: 7.1
|
||||||
mysqlmb4-php7.2:
|
mysqlmb4-php7.2:
|
||||||
image: nextcloudci/php7.2:php7.2-4
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue