chore(CI): Adjust testing matrix for Nextcloud 26 on main

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-03-03 11:09:41 +01:00
parent 2f5f61db4f
commit b449ee5727
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
nextcloud-versions: ['master']
nextcloud-versions: ['master', 'stable26']
include:
- php-versions: '7.4'
nextcloud-versions: 'stable25'