Adjust testing matrix for Nextcloud 25 on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
update-master-target-versions
Joas Schilling 2022-09-22 12:58:52 +02:00 zatwierdzone przez Carl Schwan
rodzic 7ed9099cee
commit 56be0d9537
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