Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-02-05 22:42:43 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-05 22:42:43 +0300
commit67a876b7ecbb92549842a8df5c05cbfaac784c55 (patch)
treeb25fccf08b5778cce7846cd11cb6740b691f043c /.drone.yml
parent5b5b9cbeca64ea48a76ec7fc8509fc25ed04796c (diff)
Bump php7.2 image
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 6efc2b170b4..385138d6c86 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -38,7 +38,7 @@ pipeline:
matrix:
TESTS: syntax-php7.1
phan:
- image: nextcloudci/php7.2:php7.2-10
+ image: nextcloudci/php7.2:php7.2-11
commands:
- composer install
- composer require --dev "phan/phan:0.11.1"
@@ -155,7 +155,7 @@ pipeline:
DB: NODB
PHP: 7.1
nodb-php7.2:
- image: nextcloudci/php7.2:php7.2-10
+ image: nextcloudci/php7.2:php7.2-11
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -179,7 +179,7 @@ pipeline:
DB: sqlite
PHP: 7.1
sqlite-php7.2:
- image: nextcloudci/php7.2:php7.2-10
+ image: nextcloudci/php7.2:php7.2-11
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when:
@@ -203,7 +203,7 @@ pipeline:
DB: mysql
PHP: 7.1
mysql-php7.2:
- image: nextcloudci/php7.2:php7.2-10
+ image: nextcloudci/php7.2:php7.2-11
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
@@ -277,7 +277,7 @@ pipeline:
DB: mysqlmb4
PHP: 7.1
mysqlmb4-php7.2:
- image: nextcloudci/php7.2:php7.2-10
+ image: nextcloudci/php7.2:php7.2-11
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
when: