Skip to content

Conversation

@ChristophWurst
Copy link
Member

We dropped php7.2 for the 1.6 release because it's reached EOL as per https://www.php.net/supported-versions.php.

However, it turned out that Nextcloud server doesn't currently check for platform dependency compatibility and so Nextcloud 20 installations that run on php7.2 will update to 1.6 even though their php isn't up to date. This leads to errors like #4063. Since we updated some dependency libs for 7.3+ already, the downgrade to 7.2 isn't easily possible and would certainly be a step back.

So I'm proposing that we fix the php7.2 issues specifically. For this purpose I'm reactivating the lint job. I'll update the PR with any fixes that are necessary to make this pass.

nextcloud/server#24416 is fixing server to do the dependency check and only install apps that are compatible with the current php version. But right now the deployed Nextclouds still pull Mail 1.6+ on ph7.2, so we have to be very careful with composer dependency updates.

Fixes #4063

Signed-off-by: Christoph Wurst <[email protected]>
@ChristophWurst ChristophWurst force-pushed the fix/php7.2-nextcloud20-errors branch from 1e8f8ef to c028270 Compare November 30, 2020 09:28
@ChristophWurst ChristophWurst marked this pull request as ready for review November 30, 2020 09:42
@ChristophWurst ChristophWurst merged commit dc66cae into master Nov 30, 2020
@ChristophWurst ChristophWurst deleted the fix/php7.2-nextcloud20-errors branch November 30, 2020 10:01
@ChristophWurst
Copy link
Member Author

/backport to stable.17

@ChristophWurst
Copy link
Member Author

/backport to stable1.7

@ChristophWurst
Copy link
Member Author

/backport to stable1.6

@backportbot-nextcloud
Copy link

The backport to stable.17 failed. Please do this backport manually.

1 similar comment
@backportbot-nextcloud
Copy link

The backport to stable.17 failed. Please do this backport manually.

@backportbot-nextcloud
Copy link

The backport to stable1.6 failed. Please do this backport manually.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mail body displays Nextcloud banner instead of body content

3 participants