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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-11-12 00:54:51 +0300
committerGitHub <noreply@github.com>2021-11-12 00:54:51 +0300
commit92101d7ceee76426c9c5a225e175444a37f83dfe (patch)
treec75cdf7986f92d808a59bcc8ebf7bb76a96f66dd
parent9dfe3f93072a9fa7f8b33056fb0d409d15fa9977 (diff)
parentef5a3b67910b7642216b36fa212b6e8b7b6218ec (diff)
Merge pull request #1944 from nextcloud/update-stable23-target-versionsv23.0.0rc3v23.0.0rc2
Update stable23 target versions
-rw-r--r--.drone.yml10
-rw-r--r--.github/workflows/oci.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
3 files changed, 7 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index 5865e2a52..3ba75cc06 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,7 +5,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable23
DB: sqlite
commands:
- composer install
@@ -28,7 +28,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable23
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -39,7 +39,7 @@ steps:
image: nextcloudci/php7.4:2
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable23
DB: sqlite
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -61,7 +61,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable23
DB: mysql
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
@@ -92,7 +92,7 @@ steps:
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: text
- CORE_BRANCH: master
+ CORE_BRANCH: stable23
DB: postgres
commands:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index 18a75d9c0..69a618600 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -24,7 +24,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 }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 4f40268c6..88cd669af 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable23' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout