summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-06-25 16:02:58 +0200
committerJulius Härtl <jus@bitgrid.net>2020-06-25 16:03:34 +0200
commitbd2e0bb795964b5d8c000af31c58d3ddb9a0fe20 (patch)
tree09cf6df86e477a01172bb6be897ff01fbaacf5bf /.drone.yml
parent2d4a47073d73ebec4e636723d08c5378e50e9849 (diff)
Make it green
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
index fd19665f..e230a77f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,10 +2,10 @@ kind: pipeline
name: compatibility
steps:
- name: compatibility
- image: nextcloudci/php7.0:php7.0-17
+ image: nextcloudci/php7.1:php7.1-15
environment:
APP_NAME: social
- CORE_BRANCH: stable15
+ CORE_BRANCH: stable17
DB: sqlite
commands:
- composer install
@@ -23,11 +23,6 @@ trigger:
kind: pipeline
name: syntax
steps:
- - name: syntax-php7.0
- image: nextcloudci/php7.0:php7.0-17
- commands:
- - composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
- name: syntax-php7.1
image: nextcloudci/php7.1:php7.1-15
commands:
@@ -57,7 +52,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: social
- CORE_BRANCH: stable15
+ CORE_BRANCH: stable17
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -78,7 +73,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: social
- CORE_BRANCH: stable15
+ CORE_BRANCH: stable17
DB: mysql
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -108,7 +103,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: social
- CORE_BRANCH: stable15
+ CORE_BRANCH: stable17
DB: postgres
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB