mirror of https://github.com/sualko/cloud_bbb
chore: support nextcloud 31
parent
5829d595aa
commit
52ae55cb34
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: [8.0, 8.1, 8.2]
|
||||
php-versions: [8.1, 8.2, 8.3]
|
||||
name: php${{ matrix.php-versions }} lint
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -30,4 +30,4 @@ jobs:
|
|||
php-version: ${{ matrix.php-versions }}
|
||||
coverage: none
|
||||
- name: Lint
|
||||
run: composer run lint
|
||||
run: composer run lint
|
||||
|
|
|
|||
|
|
@ -11,11 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
nextcloud-versions: ['stable29', 'stable30']
|
||||
exclude:
|
||||
- php-versions: '8.0'
|
||||
nextcloud-versions: 'stable30'
|
||||
php-versions: ['8.1', '8.2', '8.3']
|
||||
nextcloud-versions: ['stable29', 'stable30', 'stable31']
|
||||
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: [ "^30", "^29"]
|
||||
ocp-version: [ "^31", "^30", "^29"]
|
||||
name: Nextcloud ${{ matrix.ocp-version }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
|
|
@ -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="30"/>
|
||||
<nextcloud min-version="29" max-version="31"/>
|
||||
</dependencies>
|
||||
<commands>
|
||||
<command>OCA\BigBlueButton\Command\ClearAvatarCache</command>
|
||||
|
|
|
|||
Loading…
Reference in New Issue