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

github.com/nextcloud/files_antivirus.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:47:05 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 13:47:05 +0300
commitde281ebed53ea52c9f4e52822043248aff5984b4 (patch)
tree06e981cbf4e05bf699871f31814559b08b3676d0
parent1742fbdb04fb9799b60ea26ce8c168f0d4210855 (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.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index edf70f9..b671aec 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -14,7 +14,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'stable24', 'master']
+ server-versions: ['stable20', 'stable21', 'stable22', 'stable23', 'stable24', 'stable25', 'master']
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 b126721..7fc9cdc 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ocp-version: [ '20', '21', '22.0.0-RC1', '23.0.0-RC1', 'dev-master' ]
+ ocp-version: [ '20', '21', 'dev-stable22', 'dev-stable23', 'dev-stable24', 'dev-stable25', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout