-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update version on master #1170
Update version on master #1170
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
We'll need it for the tests of course. |
Yeah, it's a good question. I'm not sure we should have 25 here. Or else we'll have to edit to 24 before each release. Not very efficient 🙈 But thinking about it, as long as 25 is not released, that doesn't change anything, as the only people that will install this app on 25 would be devs. So we could indeed keep this as 22-25, but when we're reaching 25 release date, we'll have to release a fully tested version of Forms on 25 anyway. So that doesn't change anything in then end. Yeah, I think we should merge it. |
Yeah that is also my conclusion. The problem with not bumping the requirement is that you can't dev/test with master anymore. |
Interesting…but somewhat irritating. You assume –in case NC25 does have incompatible requirements– that
While I agree that these assumptions hold true for most installations, it doesn't make the uneasiness go away that the human readable semantics is misleading. As admin, I also don't expect max-version downgrades. I'd propose to exclude the max-version checks if run on non-released nightly master/CI build. This obviously should not be discussed on an app's pull request… |
Interesting point... @nickvergessen Is there any way of using the possibliity to 'activate untested app' via occ? 🤔 |
|
Interesting... We have that already on the phpunit tests 🙈. So probably we wouldn't even need to change the serverversion for running the tests. 🤔 Edit: Yep, would work without. https://github.com/nextcloud/forms/actions/runs/2216859426 |
Yeah I was not aware of the So a potentially new way of handling them would be:
|
Signed-off-by: Joas Schilling coding@schilljs.com