Skip to content

Conversation

@cociweb
Copy link
Contributor

@cociweb cociweb commented Nov 15, 2025

Remove PHP and Nextcloud upper version constraints. Nextcloud releases come out every 3 months. Currently, no known compatibility issue requires forbidding the usage with the latest (and future) releases.

  • Later on, if a serious change is required, then we can temporarily forbid the deployment by re-introducing the upper limitation until the solution is provided,..

This PR should resolve nextcloud/server#169 nextcloud/server#170 and similar issues going forward.
and close as a duplicate solution only for the NC32 release: nextcloud/server#171

@skjnldsv or @joshtrichards : What is your opinion?

Remove PHP and Nextcloud version constraints. Nextcloud releases come out every 3 months. Currently, no known issue requires forbidding the usage with the latest release.
- Later on, if a serious change is required, then we can temporarily forbid the deployment.

Signed-off-by: cociweb <cociweb@users.noreply.github.com>
@cociweb cociweb changed the title Remove PHP and Nextcloud version constraints Remove PHP and Nextcloud upper version constraints Nov 15, 2025
@cociweb
Copy link
Contributor Author

cociweb commented Nov 16, 2025

Currently there is a bug in nextcloud xsd schema, where the max-version seems to be mandatory instead of the docs:
nextcloud/documentation#13892
so until that, a workaround can be applied as max-version="99"

Currently there is a bug in nextcloud xsd schema, where the max-version seems to be mandatory instead of the docs:
nextcloud/server#56487
so until that, a workaround can be applied as max-version="99" instead of fully remove it

Signed-off-by: cociweb <cociweb@users.noreply.github.com>
@skjnldsv
Copy link
Member

skjnldsv or joshtrichards : What is your opinion?

Hey, thanks for taking the time 😊
So, I don't think that is ok tbh. We could theoretically remove the PHP max version, as we are using the same as server anyway. But I still think it's best to keep it to be transparent about what we support.

Regarding the max Nextcloud version, this won't work I think. The AppStore isn't designed to support this. There is already the option to force enable, that should be enough 👍

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.

New Created Users can NOT ACCESS shared & system example files after upgrade OC902 to NC905

2 participants