diff --git a/.github/workflows/test-master.yml b/.github/workflows/test-master.yml index 24deeb59..b2eb56d8 100644 --- a/.github/workflows/test-master.yml +++ b/.github/workflows/test-master.yml @@ -16,7 +16,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: test-master diff --git a/index.php b/index.php index 69c1d161..31cf1f7f 100644 --- a/index.php +++ b/index.php @@ -250,6 +250,7 @@ private function getExpectedElementsList(): array { '.', '..', // Folders + '.reuse', '.well-known', '3rdparty', 'apps', @@ -259,6 +260,7 @@ private function getExpectedElementsList(): array { 'dist', 'l10n', 'lib', + 'LICENSES', 'ocs', 'ocs-provider', 'ocm-provider', diff --git a/lib/Updater.php b/lib/Updater.php index 37d112d1..1833d070 100644 --- a/lib/Updater.php +++ b/lib/Updater.php @@ -212,6 +212,7 @@ private function getExpectedElementsList(): array { '.', '..', // Folders + '.reuse', '.well-known', '3rdparty', 'apps', @@ -221,6 +222,7 @@ private function getExpectedElementsList(): array { 'dist', 'l10n', 'lib', + 'LICENSES', 'ocs', 'ocs-provider', 'ocm-provider', diff --git a/updater.phar b/updater.phar index 3e760b1b..f2d8d6ec 100755 Binary files a/updater.phar and b/updater.phar differ