Skip to content
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

[stable20] Fix/app fetcher php compat comparison #25347

Merged
merged 2 commits into from
Jan 27, 2021

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #25335

When app app specifies php 7.4 as upper limit we have to allow the
installation on php>7.4.0. The previous version check didn't do that.
This adjusts the regexes to discard any irrelevant suffix after the
three version numbers so that we can use more fine granular checks than
php's version_compare can do out of the box, like for php 7.4 we only
compare the major and minor version numbers and ignore the patch level.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst added the 4. to release Ready to be released and/or waiting for tests to finish label Jan 27, 2021
@rullzer rullzer merged commit 5caf554 into stable20 Jan 27, 2021
@rullzer rullzer deleted the backport/25335/stable20 branch January 27, 2021 20:01
@rullzer rullzer mentioned this pull request Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: apps management regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants