chore(CI): Adjust testing matrix for Nextcloud 32 on stable32

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2025-09-04 11:45:10 +02:00
committed by Andy Scherzinger
parent 839d789f65
commit 6861730a61
3 changed files with 10 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']
server-versions: ['stable32']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}