Skip to content

Commit

Permalink
Merge pull request #555 from nextcloud/chore/noid/spdx-update
Browse files Browse the repository at this point in the history
Add further files which are going to ship with Nextcloud v30+
  • Loading branch information
blizzz authored May 10, 2024
2 parents 4af30bd + 93ffd7a commit c724e53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ private function getExpectedElementsList(): array {
'.',
'..',
// Folders
'.reuse',
'.well-known',
'3rdparty',
'apps',
Expand All @@ -259,6 +260,7 @@ private function getExpectedElementsList(): array {
'dist',
'l10n',
'lib',
'LICENSES',
'ocs',
'ocs-provider',
'ocm-provider',
Expand Down
2 changes: 2 additions & 0 deletions lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ private function getExpectedElementsList(): array {
'.',
'..',
// Folders
'.reuse',
'.well-known',
'3rdparty',
'apps',
Expand All @@ -221,6 +222,7 @@ private function getExpectedElementsList(): array {
'dist',
'l10n',
'lib',
'LICENSES',
'ocs',
'ocs-provider',
'ocm-provider',
Expand Down
Binary file modified updater.phar
Binary file not shown.

0 comments on commit c724e53

Please sign in to comment.