mirror of https://github.com/sualko/cloud_bbb
parent
bfe2c5a078
commit
1c727a2859
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue