Merge pull request #3865 from nextcloud/backport/3859/stable6.0

[stable6.0] chore(CI): Adjust testing matrix for Nextcloud 29 on main
This commit is contained in:
Hamza 2024-04-02 18:26:35 +02:00 committed by GitHub
commit c6433b56c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 }}