Skip to content

Update PHP max version to 8.5 in info.xml#1813

Open
HolgerHees wants to merge 1 commit intomainfrom
HolgerHees-nextcloud-patch-1
Open

Update PHP max version to 8.5 in info.xml#1813
HolgerHees wants to merge 1 commit intomainfrom
HolgerHees-nextcloud-patch-1

Conversation

@HolgerHees
Copy link
Copy Markdown
Contributor

As nextcloud 33 support php 8.5, notes should support it too.

Current situation is, if I run nextcloud 33 with php 8.5, the latest notes version is 3.5.1, which is totally wrong.

The reason is that version 3.5.1 has a '*' as a php version string. Thats interpreted as version 3.5.1 is supporting all php versions. But version 3.5.1 is not running with nextcloud 33.

So the solution is to change the supported php version to match the one in latest nextcloud.

Signed-off-by: Holger Hees <holger.hees@gmail.com>
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.

1 participant