mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Update PHP 7.2 container
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
e9dc4f107a
commit
0857780eb0
1 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ pipeline:
|
|||
DB: NODB
|
||||
PHP: 7.1
|
||||
nodb-php7.2:
|
||||
image: nextcloudci/php7.2:php7.2-3
|
||||
image: nextcloudci/php7.2:php7.2-4
|
||||
commands:
|
||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||
when:
|
||||
|
|
@ -204,7 +204,7 @@ pipeline:
|
|||
DB: sqlite
|
||||
PHP: 7.1
|
||||
sqlite-php7.2:
|
||||
image: nextcloudci/php7.2:php7.2-3
|
||||
image: nextcloudci/php7.2:php7.2-4
|
||||
commands:
|
||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||
when:
|
||||
|
|
|
|||
Loading…
Reference in a new issue