chore(CI): Adjust testing matrix for Nextcloud 29 on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1885/head
Joas Schilling 2024-03-28 12:30:41 +01:00
rodzic edf090a3ab
commit 5567f6d0f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 74434EFE0D2E2205
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['master', 'stable29']
services:
postgres:

Wyświetl plik

@ -24,7 +24,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26' ]
ocp-version: [ 'dev-master', 'dev-stable29', 'dev-stable28', 'dev-stable27', 'dev-stable26' ]
name: Nextcloud
steps: