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

github.com/nextcloud/quota_warning.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:56:13 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 13:56:13 +0300
commit201c2bd16f7205613cbd0486d1fec1db95dacc86 (patch)
tree488e3de756b329b06e61f5e91e9fc994418ed26f
parent2294819605d304f801893981c81f3f4ec2a6de73 (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, 2 insertions, 6 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index f28e8dc..ce2ecb6 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,11 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master', 'stable24', 'stable23', 'stable22']
- include:
- - php-versions: '7.3'
- server-versions: 'stable22'
- databases: 'sqlite'
+ server-versions: ['master', 'stable25', 'stable24', 'stable23']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index ef481a4..d07d3c3 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -9,7 +9,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- ocp-version: [ 'dev-master', 'dev-stable24', 'dev-stable23', 'dev-stable22' ]
+ ocp-version: [ 'dev-master', 'dev-stable25', 'dev-stable24', 'dev-stable23' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout