Merge pull request #1480 from nextcloud/update-master-target-versions

Adjust testing matrix for Nextcloud 25 on master
pull/1467/head
Maxence Lange 2022-12-07 10:16:59 -01:00 zatwierdzone przez GitHub
commit 2968b2f10b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
server-versions: ['master']
server-versions: ['master', 'stable25']
services:
mysql:

Wyświetl plik

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: [ 'dev-master' ]
ocp-version: [ 'dev-master', 'dev-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout