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:
authorJulius Härtl <jus@bitgrid.net>2021-06-25 10:05:14 +0300
committerGitHub <noreply@github.com>2021-06-25 10:05:14 +0300
commit13d89521b3b7a3a4549d903fc10588b29319a7d8 (patch)
tree7dead5b415b12ae20276c66281739df7c7575912
parentdc879d326901ccedcd446f88807f8709dc309a45 (diff)
parent95a378af85507252131c62a91342f8bd84a2fcf3 (diff)
Merge pull request #553 from nextcloud/update-stable22-target-versionsv22.0.0rc2v22.0.0
Update stable22 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..bbe74805 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: stable22
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: stable22
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: stable22
DB: sqlite
commands:
# Pre-setup steps
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index aa392ac4..84219255 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: ['stable22']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}