-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deps): Add Nextcloud 31 support #6262
base: main
Are you sure you want to change the base?
Conversation
appinfo/info.xml
Outdated
@@ -40,7 +40,7 @@ | |||
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot> | |||
<dependencies> | |||
<php min-version="8.1" max-version="8.3" /> | |||
<nextcloud min-version="30" max-version="30" /> | |||
<nextcloud min-version="31" max-version="31" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<nextcloud min-version="31" max-version="31" /> | |
<nextcloud min-version="30" max-version="31" /> |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6262 +/- ##
============================================
- Coverage 23.89% 23.88% -0.01%
Complexity 454 454
============================================
Files 246 246
Lines 11651 11655 +4
Branches 2199 2188 -11
============================================
Hits 2784 2784
- Misses 8551 8556 +5
+ Partials 316 315 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Joas Schilling <[email protected]>
01cede5
to
d2cea11
Compare
Signed-off-by: Joas Schilling [email protected]