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:
authorVincent Petry <vincent@nextcloud.com>2021-11-11 12:34:47 +0300
committerGitHub <noreply@github.com>2021-11-11 12:34:47 +0300
commit7abe038b4bb926644d9665929cd40ea6d71a75af (patch)
treecedc075f600824576bab6a5f9a9dabab27eda15d
parent427ac4547c5f30316a5c0bc2e490d0d666dc2e7b (diff)
parent4f5a209beffd4f279496b9e5a27f30cd9a2b473e (diff)
Merge pull request #633 from nextcloud/update-stable23-target-versionsv23.0.0rc2v23.0.0rc1
Update stable23 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..201db5f4 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: stable23
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: stable23
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: stable23
DB: sqlite
commands:
# Pre-setup steps
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index aa392ac4..aa8f9628 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: ['stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}