chore: Add Nextcloud 27 support

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-03-03 11:48:39 +01:00
parent 2f5f61db4f
commit ed13b0b85d
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
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="26" />
<nextcloud min-version="25" max-version="27" />
</dependencies>
<background-jobs>
<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>