Update PHP 7.2 container

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-08-04 17:33:52 +02:00 committed by Roeland Jago Douma
parent e9dc4f107a
commit 0857780eb0
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -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: