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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-02-03 10:56:22 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 10:56:22 +0300
commit0727da1bd1bb7a5e85bb4cbacf87e82d9aedaac6 (patch)
tree35e3fe5b64491f62da1a0dc759d230d01a967213
parent048c5bdf75e72f91e3f98888164961ef6b6e25e1 (diff)
Update stable21 target versionsupdate-stable21-target-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/oci.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index ad6ad22..2236635 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 caef9ef..6e9b81d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ services:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable21
- APP_NAME=serverinfo
matrix:
- DB=sqlite