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:
authorJohannes Ernst <jernst@indiecomputing.com>2018-06-19 21:27:34 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-06-29 11:37:46 +0300
commit32647a4855b8b4878d151b4a6815965cb9edd78a (patch)
tree47f2f1860a762b0df022128f337c9302efb7622c /.drone.yml
parent72340b2230841b33998a52fe62d6cbbf0eeb4fc3 (diff)
Applied patch for CI to work per https://github.com/nextcloud/server/pull/9760#issuecomment-396888591
Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
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 8724553982c..f046dd688e2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -67,7 +67,7 @@ pipeline:
matrix:
TESTS: syntax-php7.1
phan:
- image: nextcloudci/php7.2:php7.2-11
+ image: nextcloudci/php7.2:php7.2-12
commands:
- composer install
- composer require --dev "phan/phan:0.11.1"
@@ -184,7 +184,7 @@ pipeline:
DB: NODB
PHP: 7.1
nodb-php7.2:
- image: nextcloudci/php7.2:php7.2-11
+ image: nextcloudci/php7.2:php7.2-12
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -208,7 +208,7 @@ pipeline:
DB: sqlite
PHP: 7.1
sqlite-php7.2:
- image: nextcloudci/php7.2:php7.2-11
+ image: nextcloudci/php7.2:php7.2-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when:
@@ -232,7 +232,7 @@ pipeline:
DB: mysql
PHP: 7.1
mysql-php7.2:
- image: nextcloudci/php7.2:php7.2-11
+ image: nextcloudci/php7.2:php7.2-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
@@ -306,7 +306,7 @@ pipeline:
DB: mysqlmb4
PHP: 7.1
mysqlmb4-php7.2:
- image: nextcloudci/php7.2:php7.2-11
+ image: nextcloudci/php7.2:php7.2-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
when: