diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index d6a1a42..1a700a2 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: [7.4, 8.0, 8.1]
+ php-versions: [8.0, 8.1, 8.2]
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml
index 20ee5aa..ec34581 100644
--- a/.github/workflows/php-test.yml
+++ b/.github/workflows/php-test.yml
@@ -11,15 +11,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
- nextcloud-versions: ['stable25', 'stable26', 'stable27', 'stable28']
+ php-versions: ['8.0', '8.1', '8.2', '8.3']
+ nextcloud-versions: ['stable26', 'stable27', 'stable28']
exclude:
- - php-versions: '7.4'
- nextcloud-versions: 'stable26'
- - php-versions: '7.4'
- nextcloud-versions: 'stable27'
- - php-versions: '7.4'
- nextcloud-versions: 'stable28'
- php-versions: '8.2'
nextcloud-versions: 'stable25'
- php-versions: '8.3'
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index 0dbbe8c..4a3a6c2 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ '^28', '^27', '^26', '^25']
+ ocp-version: [ '^28', '^27', '^26']
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b8fc027..d075ef0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -44,7 +44,7 @@ Contributors are welcome! If you have time it would be awesome if you could help
curl
mbstring
SimpleXML
-
+
OCA\BigBlueButton\Command\ClearAvatarCache