mirror of https://github.com/sualko/cloud_bbb
parent
bfe2c5a078
commit
1c727a2859
|
@ -12,10 +12,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.3', '7.4']
|
php-versions: ['7.3', '7.4']
|
||||||
nextcloud-versions: ['stable19', 'stable20', 'stable21']
|
nextcloud-versions: ['stable20', 'stable21', 'stable22']
|
||||||
include:
|
include:
|
||||||
- php-versions: '7.2'
|
|
||||||
nextcloud-versions: 'stable19'
|
|
||||||
- php-versions: '7.2'
|
- php-versions: '7.2'
|
||||||
nextcloud-versions: 'stable20'
|
nextcloud-versions: 'stable20'
|
||||||
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
|
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
|
||||||
|
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ocp-version: [ 'dev-stable21', 'dev-stable20', 'dev-stable19' ]
|
ocp-version: [ 'dev-stable22', 'dev-stable21', 'dev-stable20' ]
|
||||||
name: Nextcloud ${{ matrix.ocp-version }}
|
name: Nextcloud ${{ matrix.ocp-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- 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>curl</lib>
|
||||||
<lib>mbstring</lib>
|
<lib>mbstring</lib>
|
||||||
<lib>SimpleXML</lib>
|
<lib>SimpleXML</lib>
|
||||||
<nextcloud min-version="19" max-version="21"/>
|
<nextcloud min-version="20" max-version="22"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\BigBlueButton\Settings\Admin</admin>
|
<admin>OCA\BigBlueButton\Settings\Admin</admin>
|
||||||
|
|
Loading…
Reference in New Issue