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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-18 11:55:53 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 11:55:53 +0300
commitacd77f91f0a9b2ff2d3399a33c86a14e36f7ae27 (patch)
treed8ce2f1c2f5c9b1dd47f73ae541aee13ea46ebbf /.drone.yml
parentd8ed0cbe081a23edd2f1ee4468b50ad46457bf71 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml21
1 files changed, 5 insertions, 16 deletions
diff --git a/.drone.yml b/.drone.yml
index 2d608b9f5..5865e2a52 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,7 +2,7 @@ kind: pipeline
name: compatibility
steps:
- name: compatibility
- image: nextcloudci/php7.2:php7.2-9
+ image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
CORE_BRANCH: master
@@ -24,17 +24,6 @@ trigger:
kind: pipeline
name: php-sqlite
steps:
- - name: php7.2
- image: nextcloudci/php7.2:php7.2-13
- environment:
- APP_NAME: text
- CORE_BRANCH: master
- DB: sqlite
- commands:
- - bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
- - cd ../server/apps/$APP_NAME
- - composer install
- - phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
- name: php7.3
image: nextcloudci/php7.3:php7.3-5
environment:
@@ -68,8 +57,8 @@ trigger:
kind: pipeline
name: php-mysql
steps:
- - name: php7.2
- image: nextcloudci/php7.2:php7.2-13
+ - name: php7.3
+ image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
CORE_BRANCH: master
@@ -99,8 +88,8 @@ trigger:
kind: pipeline
name: php-postgres
steps:
- - name: php7.2
- image: nextcloudci/php7.2:php7.2-13
+ - name: php7.3
+ image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
CORE_BRANCH: master