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

github.com/nextcloud/notifications.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:30:33 +0300
committerGitHub <noreply@github.com>2021-02-03 13:30:33 +0300
commit81398316f949f15521f6b4df60d1a6c755f3f409 (patch)
tree6c4a7d2cefc5b8b47d5f496cc2e742067657f438
parent2ed3808bcc287c6fd3b2de158c6ddff4c757634c (diff)
parentb1f6db885e97be05c8438e377905ece9f0f239dc (diff)
Merge pull request #851 from nextcloud/update-stable21-target-versionsv21.0.0RC2v21.0.0RC1
Update stable21 target versions
-rw-r--r--.github/workflows/app-code-check.yml2
-rw-r--r--.github/workflows/oci.yml2
-rw-r--r--.travis.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/app-code-check.yml b/.github/workflows/app-code-check.yml
index 9883764..7d18fe2 100644
--- a/.github/workflows/app-code-check.yml
+++ b/.github/workflows/app-code-check.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4']
- server-versions: ['master']
+ server-versions: ['stable21']
name: AppCode check php${{ matrix.php-versions }}-${{ matrix.server-versions }}
steps:
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index 575cc7b..e8d5857 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 }}
diff --git a/.travis.yml b/.travis.yml
index 6224334..171346e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ cache:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable21
- APP_NAME=notifications
matrix:
- DB=sqlite