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:
-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