chore(CI): Adjust testing matrix for Nextcloud 28 on stable28

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-11-23 12:47:55 +01:00
parent 1a4f96e5dc
commit 4b886c6097
5 changed files with 13 additions and 14 deletions

View File

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