chore(CI): Adjust testing matrix for Nextcloud 26 on stable26

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-03-03 10:50:46 +01:00
committed by Julius Härtl
parent a4c7a65ffa
commit 3ec2ad99b1
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']
server-versions: ['stable26']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
@@ -151,4 +151,4 @@ jobs:
repo: context.repo.repo,
body: comment
})
}
}