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:
authorJulius Härtl <jus@bitgrid.net>2022-04-19 22:52:52 +0300
committerGitHub <noreply@github.com>2022-04-19 22:52:52 +0300
commit2b52fbe22c2f4301c770a98decd3ad73a76bac49 (patch)
tree4e8e48a99914b2cd3e02887f1d8e80ad8ef4210e
parentc4d490197d348d1aba51c3ad06120d7cf98d5b73 (diff)
parent8967dfd5c30b467d56ad8549515497ec3f67ddf2 (diff)
Merge pull request #368 from nextcloud/update-stable24-target-versionsv24.0.0rc3v24.0.0rc2v24.0.0
Update stable24 target versions
-rw-r--r--.github/workflows/oci.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index 2efe71d..b22ea39 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', '8.1']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable24']
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 3536fde..b5c3ded 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable24' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps: