summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-01 17:41:28 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-08 14:07:59 +0200
commita39e7bab4fb5b57edba1ffd17ca469ed59ef0db1 (patch)
treef2f7662b60ebc262625cd4e6c253a3aa04862e30 /.drone.yml
parent6b11aa717c2a204b04a1defdde81a67bb6485ddc (diff)
bumb server version for drone tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml35
1 files changed, 15 insertions, 20 deletions
diff --git a/.drone.yml b/.drone.yml
index e230a77f..417182df 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,10 +2,10 @@ kind: pipeline
name: compatibility
steps:
- name: compatibility
- image: nextcloudci/php7.1:php7.1-15
+ image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: social
- CORE_BRANCH: stable17
+ CORE_BRANCH: stable20
DB: sqlite
commands:
- composer install
@@ -23,18 +23,13 @@ trigger:
kind: pipeline
name: syntax
steps:
- - name: syntax-php7.1
- image: nextcloudci/php7.1:php7.1-15
- commands:
- - composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
- name: syntax-php7.2
image: nextcloudci/php7.2:php7.2-9
commands:
- composer install
- ./vendor/bin/parallel-lint --exclude ./vendor/ .
- name: syntax-php7.3
- image: nextcloudci/php7.3:php7.3-2
+ image: nextcloudci/php7.3:php7.3-5
commands:
- composer install
- ./vendor/bin/parallel-lint --exclude ./vendor/ .
@@ -46,13 +41,13 @@ trigger:
- push
---
kind: pipeline
-name: php7.1-sqlite
+name: php7.3-sqlite
steps:
-- name: php7.1
- image: nextcloudci/php7.1:php7.1-16
+- name: php7.3
+ image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: social
- CORE_BRANCH: stable17
+ CORE_BRANCH: stable20
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -67,13 +62,13 @@ trigger:
- push
---
kind: pipeline
-name: php7.1-mysql
+name: php7.3-mysql
steps:
-- name: php7.1
- image: nextcloudci/php7.1:php7.1-16
+- name: php7.3
+ image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: social
- CORE_BRANCH: stable17
+ CORE_BRANCH: stable20
DB: mysql
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -97,13 +92,13 @@ trigger:
- push
---
kind: pipeline
-name: php7.1-postgres
+name: php7.3-postgres
steps:
-- name: php7.1
- image: nextcloudci/php7.1:php7.1-16
+- name: php7.3
+ image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: social
- CORE_BRANCH: stable17
+ CORE_BRANCH: stable20
DB: postgres
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB