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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-02-03 13:36:58 +0300
committerGitHub <noreply@github.com>2021-02-03 13:36:58 +0300
commitdcad9040ac2f94e856ae01dc19da7080bd711be0 (patch)
tree93a29d7f79b3d2fe788db2a0f617e4bbff622643
parent28181840fa80cb8aa4b72330711f2411fe9450cc (diff)
parent783c249d6f3b382254007651199c00989ba3f5ed (diff)
Merge pull request #473 from nextcloud/update-stable21-target-versionsv21.0.0RC2v21.0.0RC1
Update stable21 target versions
-rw-r--r--.drone.yml6
-rw-r--r--.github/workflows/oci.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index c34d057f..58182c05 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,7 +6,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: firstrunwizard
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
DB: sqlite
commands:
# Pre-setup steps
@@ -36,7 +36,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: firstrunwizard
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
DB: sqlite
commands:
# Pre-setup steps
@@ -64,7 +64,7 @@ steps:
image: nextcloudci/php7.4:2
environment:
APP_NAME: firstrunwizard
- CORE_BRANCH: master
+ CORE_BRANCH: stable21
DB: sqlite
commands:
# Pre-setup steps
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index aa392ac4..f7b04709 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}