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

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-03-28 12:24:10 +01:00
parent 80ac87e3ae
commit 09b766840c
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['master', 'stable29']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}