Skip to content

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

Merged
enjeck merged 2 commits intomainfrom
HolgerHees-nextcloud-patch-1
Apr 23, 2026
Merged

Update PHP max version to 8.5 in info.xml#1813
enjeck merged 2 commits 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.

Copy link
Copy Markdown
Contributor

@enjeck enjeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to resolve the failing CI https://github.com/nextcloud/notes/actions/runs/24134072818/job/70417547051?pr=1813, can you ammend your commit message? Maybe prefix it with "fix: " or "chore: "

Signed-off-by: Holger Hees <holger.hees@gmail.com>
@HolgerHees HolgerHees force-pushed the HolgerHees-nextcloud-patch-1 branch from 10fa67c to b69b2fe Compare April 22, 2026 11:02
@HolgerHees
Copy link
Copy Markdown
Contributor Author

to resolve the failing CI https://github.com/nextcloud/notes/actions/runs/24134072818/job/70417547051?pr=1813, can you ammend your commit message? Maybe prefix it with "fix: " or "chore: "

done

Copy link
Copy Markdown
Member

@joshtrichards joshtrichards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Separately I wonder if we really need to keep v28 / 8.0 supported here, but don't let that hold this up.

@enjeck
Copy link
Copy Markdown
Contributor

enjeck commented Apr 23, 2026

Separately I wonder if we really need to keep v28 / 8.0 supported here, but don't let that hold this up.

updated to 30/8.1 in another PR. Ideally should be on 32+, but don't wanna make such a big jump suddenly

Signed-off-by: Enjeck <32180937+enjeck@users.noreply.github.com>
@enjeck enjeck force-pushed the HolgerHees-nextcloud-patch-1 branch from 97c0110 to 915e7db Compare April 23, 2026 05:59
@enjeck enjeck merged commit ea7d908 into main Apr 23, 2026
31 checks passed
@enjeck enjeck deleted the HolgerHees-nextcloud-patch-1 branch April 23, 2026 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notes on latest nextcloud 33.0.2 (winter 26) broken PHP 8.5 currently not supported

3 participants