chore(CI): Adjust testing matrix for Nextcloud 27 on stable27

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-05-17 13:48:54 +02:00
parent 2a5eece8fd
commit 04e9373c58
5 changed files with 11 additions and 12 deletions

View File

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