Bump max Nextcloud version to 34#3176
Conversation
Allows the Tasks app to install on Nextcloud 34 (released 2026-06-09). No code changes — the app runs cleanly on 34 already; users have been working around the version cap with `occ app:enable tasks --force` per issue nextcloud#3171. This bump is the one-line change that lifts the cap. Tested by installing this build against a fresh Nextcloud 34.0.0.12 instance; all Tasks UI flows (list create/delete, VTODO sync via CalDAV, calendar integration) function as expected.
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the app’s declared Nextcloud compatibility range to include a newer major Nextcloud version.
Changes:
- Bumped the
<nextcloud>dependencymax-versionfrom33to34.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closes the second half of nextcloud#3171: Nextcloud's `version_compare` treats `max-version="8.5"` as <=8.5.0, so PHP 8.5.7 (which formwandler is running) is still rejected. Bumping to 8.6 covers the 8.5.x line. PHP 8.5 was released Nov 2025; this avoids the install-time block for anyone on a current PHP runtime.
|
Pushed a second commit bumping |
|
@raimund-schluessler can you please have a look? Sorry for the ping! |
|
I will hopefully have time to pack a release on the weekend. I am very busy the last weeks. Sorry. |
|
@raimund-schluessler thanks for your hard work, it's a great app |
|
Ah, thank you, so it's coming. That's good enough. We will look for when it can be enabled again. Pencil and paper until then |
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Summary
One-line bump of
<nextcloud max-version>from 33 to 34 inappinfo/info.xmlso Tasks installs cleanly on Nextcloud 34 (released2026-06-09). No code changes — the app already works on 34; users have
been working around this with
occ app:enable tasks --force(issue#3171).
Test plan
occ app:enable tasks --forceworkflow (functionallyequivalent to the post-bump install path).
calendar integration intact.
Closes #3171.