Merge pull request #5242 from nextcloud/feat/increase-supported-nc

feat: support Nextcloud 28
This commit is contained in:
Anna 2023-05-17 23:38:32 +02:00 committed by GitHub
commit 67e932cb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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="7.4" max-version="8.2" />
<nextcloud min-version="25" max-version="27" />
<nextcloud min-version="25" max-version="28" />
</dependencies>
<background-jobs>
<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>