Skip to content

Commit c8acc88

Browse files
committed
fix: 404 support nc 32
1 parent ecfbef2 commit c8acc88

File tree

4 files changed

+1239
-111
lines changed

4 files changed

+1239
-111
lines changed

.github/workflows/php-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-versions: ['8.1', '8.2', '8.3']
15-
nextcloud-versions: ['stable29', 'stable30', 'stable31']
15+
nextcloud-versions: ['stable29', 'stable30', 'stable31', 'stable32']
1616
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
1717
env:
1818
CI: true

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Contributors are welcome! If you have time it would be awesome if you could help
4444
<lib>curl</lib>
4545
<lib>mbstring</lib>
4646
<lib>SimpleXML</lib>
47-
<nextcloud min-version="29" max-version="31"/>
47+
<nextcloud min-version="29" max-version="32"/>
4848
</dependencies>
4949
<commands>
5050
<command>OCA\BigBlueButton\Command\ClearAvatarCache</command>

0 commit comments

Comments
 (0)