Merge pull request #5882 from nextcloud/update-main-version

feat(deps): Add Nextcloud 30 support
This commit is contained in:
Richard Steinmetz 2024-04-05 15:07:26 +02:00 committed by GitHub
commit dfa58b3517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<nextcloud min-version="26" max-version="29" />
<nextcloud min-version="27" max-version="30" />
</dependencies>
<background-jobs>
<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>