feat: bump Nextcloud versions

min 20 and max 22

fix #171
pull/173/head
sualko 2021-07-26 16:02:57 +02:00
parent bfe2c5a078
commit 1c727a2859
3 changed files with 3 additions and 5 deletions

View File

@ -12,10 +12,8 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4']
nextcloud-versions: ['stable19', 'stable20', 'stable21']
nextcloud-versions: ['stable20', 'stable21', 'stable22']
include:
- php-versions: '7.2'
nextcloud-versions: 'stable19'
- php-versions: '7.2'
nextcloud-versions: 'stable20'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: [ 'dev-stable21', 'dev-stable20', 'dev-stable19' ]
ocp-version: [ 'dev-stable22', 'dev-stable21', 'dev-stable20' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout

View File

@ -43,7 +43,7 @@ Developer wanted! If you have time it would be awesome if you could help to enha
<lib>curl</lib>
<lib>mbstring</lib>
<lib>SimpleXML</lib>
<nextcloud min-version="19" max-version="21"/>
<nextcloud min-version="20" max-version="22"/>
</dependencies>
<settings>
<admin>OCA\BigBlueButton\Settings\Admin</admin>