diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-08-04 17:33:52 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-09 15:12:01 +0200 |
commit | 0857780eb0d4e16ad29d1a7b17e00257f029b736 (patch) | |
tree | d4b962b0baede0fd1449e11cf3d451cf4fc07f9c /.drone.yml | |
parent | e9dc4f107a25ecaddb1f1bbd979e397540a1b3c8 (diff) | |
download | nextcloud-server-0857780eb0d4e16ad29d1a7b17e00257f029b736.tar.gz nextcloud-server-0857780eb0d4e16ad29d1a7b17e00257f029b736.zip |
Update PHP 7.2 container
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index eff40807d04..0cfbe6403dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: |