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

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 13:40:16 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 13:40:16 +0300
commitfbc1d36e6b5d4cab75222502ba414d81f4175142 (patch)
treea0b4622dda55ca71307f3e884fdd9fd4f2b1df9c
parenta1f83b8e6bd4744f11d5c7640dce467b5371d4b1 (diff)
Adjust testing matrix for Nextcloud 25 on masterupdate-master-target-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit.yml6
-rw-r--r--.github/workflows/static-analysis.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index e91f153..e143571 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master']
+ server-versions: ['stable25']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -81,7 +81,7 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', "8.1"]
databases: ['mysql']
- server-versions: ['master']
+ server-versions: ['stable25']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -151,7 +151,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['pgsql']
- 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 4f40268..6e4cc08 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout