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

github.com/nextcloud/mail.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:53:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-26 17:18:07 +0300
commit012e8f02d39c629b796fcbe8d0dad5e436cd40bd (patch)
tree91bc34ec06b87a04f7bd9860c6385f53ca1ec424 /.github
parentf35514c7b09e7efef427ad0675ee317e8325a371 (diff)
Adjust testing matrix for Nextcloud 25 on mainupdate-main-target-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--.github/workflows/test.yml8
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 89be11299..c0feabbcc 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-master', 'dev-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4be613fa1..70702a441 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,6 +17,9 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
nextcloud-versions: ['master']
+ include:
+ - php-versions: 8.0
+ nextcloud-versions: stable25
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up php${{ matrix.php-versions }}
@@ -68,10 +71,7 @@ jobs:
db: ['sqlite', 'mysql', 'pgsql']
include:
- php-versions: 7.4
- nextcloud-versions: master
- db: 'mysql'
- - php-versions: 8.0
- nextcloud-versions: master
+ nextcloud-versions: stable25
db: 'mysql'
- php-versions: 8.1
nextcloud-versions: master