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:
authorJulius Härtl <jus@bitgrid.net>2020-09-18 13:01:06 +0300
committerGitHub <noreply@github.com>2020-09-18 13:01:06 +0300
commit9280c7ba099feff8a8551b995ed5c7866cadbecb (patch)
tree1e0d76af4496b8dfcc37aa9d89fcd947ee75a24d
parentd8ed0cbe081a23edd2f1ee4468b50ad46457bf71 (diff)
parent394b365d2bfb787bdca6961606a255f580f840b9 (diff)
Merge pull request #1046 from nextcloud/update-stable20-target-versions
Update stable20 target versions
-rw-r--r--.drone.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index 2d608b9f5..dd1b5e720 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,7 +5,7 @@ steps:
image: nextcloudci/php7.2:php7.2-9
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable20
DB: sqlite
commands:
- composer install
@@ -28,7 +28,7 @@ steps:
image: nextcloudci/php7.2:php7.2-13
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable20
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -39,7 +39,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable20
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -50,7 +50,7 @@ steps:
image: nextcloudci/php7.4:2
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable20
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -72,7 +72,7 @@ steps:
image: nextcloudci/php7.2:php7.2-13
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable20
DB: mysql
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -103,7 +103,7 @@ steps:
image: nextcloudci/php7.2:php7.2-13
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable20
DB: postgres
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB