Skip to content

Conversation

@backportbot-nextcloud
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 <[email protected]>
@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.

4 participants