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 |
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.