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 <213943+nickvergessen@users.noreply.github.com>2021-11-11 17:50:18 +0300
committerGitHub <noreply@github.com>2021-11-11 17:50:18 +0300
commit60e07fe8a1a126806e40469040fdf9916c9f45ac (patch)
treee72a6df8cab617c1b9edaecd6be1d5e2eb268f54
parent7dee2b7595f43bbc4fd7821093d33a6537e7bef5 (diff)
parent7f9a58819cf9b522929d81f05390ac7dfcdbcbf2 (diff)
Merge pull request #335 from nextcloud/update-stable23-target-versionsv23.0.1rc1v23.0.0rc3v23.0.0rc2v23.0.0rc1v23.0.0
Update stable23 target versions
-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 e9aada0..435e547 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 }}
diff --git a/.travis.yml b/.travis.yml
index caef9ef..908cf76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ services:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable23
- APP_NAME=serverinfo
matrix:
- DB=sqlite