Skip to content

Bump max Nextcloud version to 34#3176

Merged
raimund-schluessler merged 2 commits into
nextcloud:mainfrom
maxwhipw:chore/bump-max-version-nc34
Jun 18, 2026
Merged

Bump max Nextcloud version to 34#3176
raimund-schluessler merged 2 commits into
nextcloud:mainfrom
maxwhipw:chore/bump-max-version-nc34

Conversation

@maxwhipw

Copy link
Copy Markdown
Contributor

Summary

One-line bump of <nextcloud max-version> from 33 to 34 in
appinfo/info.xml so Tasks installs cleanly on Nextcloud 34 (released
2026-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

  • Installed this build against Nextcloud 34.0.0.12 via
    occ app:enable tasks --force workflow (functionally
    equivalent to the post-bump install path).
  • Verified VTODOs sync via CalDAV, list create/delete in UI,
    calendar integration intact.

Closes #3171.

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.
Copilot AI review requested due to automatic review settings June 16, 2026 20:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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> dependency max-version from 33 to 34.

💡 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.
@maxwhipw

Copy link
Copy Markdown
Contributor Author

Pushed a second commit bumping <php max-version> from 8.5 → 8.6 too, addressing @formwandler's PHP 8.5.7 report. Nextcloud's version_compare('8.5.7', '8.5', '>') returns true so max-version="8.5" rejects the 8.5.x line. Both halves of #3171 should now be covered by this PR.

@szaimen

szaimen commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@raimund-schluessler can you please have a look? Sorry for the ping!

@raimund-schluessler raimund-schluessler merged commit df4cb0c into nextcloud:main Jun 18, 2026
24 of 25 checks passed
@raimund-schluessler

Copy link
Copy Markdown
Member

I will hopefully have time to pack a release on the weekend. I am very busy the last weeks. Sorry.

@maxwhipw

Copy link
Copy Markdown
Contributor Author

@raimund-schluessler thanks for your hard work, it's a great app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Nextcloud 34

4 participants