mirror of https://github.com/sualko/cloud_bbb
release: 2.7.3
parent
670579e34f
commit
9fd051ac3b
|
@ -11,8 +11,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
nextcloud-versions: ['stable26', 'stable27', 'stable28']
|
||||
php-versions: ['8.0', '8.1', '8.2', '8.3']
|
||||
nextcloud-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'stable30']
|
||||
exclude:
|
||||
- - php-versions: '8.0'
|
||||
- nextcloud-versions: 'stable30'
|
||||
- - php-versions: '8.3'
|
||||
- nextcloud-versions: 'stable26'
|
||||
- - php-versions: '8.3'
|
||||
- nextcloud-versions: 'stable27'
|
||||
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
|
||||
env:
|
||||
CI: true
|
||||
|
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ocp-version: [ '^28', '^27', '^26']
|
||||
ocp-version: [ "^30", "^29", '^28', '^27', '^26']
|
||||
name: Nextcloud ${{ matrix.ocp-version }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -22,7 +22,7 @@ Contributors are welcome! If you have time it would be awesome if you could help
|
|||
|
||||
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
|
||||
]]></description>
|
||||
<version>2.7.2</version>
|
||||
<version>2.7.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="cloud_bbb@arawa.fr" homepage="https://arawa.fr/">Arawa</author>
|
||||
<author>Klaus Herberth</author>
|
||||
|
@ -44,7 +44,7 @@ Contributors are welcome! If you have time it would be awesome if you could help
|
|||
<lib>curl</lib>
|
||||
<lib>mbstring</lib>
|
||||
<lib>SimpleXML</lib>
|
||||
<nextcloud min-version="26" max-version="28"/>
|
||||
<nextcloud min-version="26" max-version="30"/>
|
||||
</dependencies>
|
||||
<commands>
|
||||
<command>OCA\BigBlueButton\Command\ClearAvatarCache</command>
|
||||
|
|
Loading…
Reference in New Issue