chore(ci): Run CI on nc 26

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-02-19 14:36:20 +01:00
parent 4d347f1cbb
commit 3c838be45f
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,9 @@ jobs:
- server-versions: stable25
databases: 'mysql'
php-versions: '8.1'
- server-versions: v26.0.0beta4
databases: 'mysql'
php-versions: '8.1'
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}

View File

@ -21,6 +21,8 @@ jobs:
include:
- ocp-version: 'dev-stable25'
php-version: '8.2'
- ocp-version: 'dev-stable26'
php-version: '8.2'
name: Nextcloud ${{ matrix.ocp-version }}