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:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-09-22 14:27:15 +0300
committerGitHub <noreply@github.com>2022-09-22 14:27:15 +0300
commit32b60b9d648dd403ed79d99beab2950f081a668b (patch)
tree029e010ed5989bd5cd14c76df144e3fe45d82730
parente8439fc1c5fb695832d96b21984f5a33c0d79891 (diff)
parent6b8198c933a3b1a6e8e9cee3a3e6ba34db5d1beb (diff)
Merge pull request #399 from nextcloud/update-stable25-target-versionsv25.0.0rc1
Adjust testing matrix for Nextcloud 25 on stable25
-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..f13c05f 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: ['stable25']
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..7dc1b16 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-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps: