[stable34] fix(deps): pin nextcloud/ocp to dev-stable34 in psalm vendor-bin#2790
Open
miaulalala wants to merge 1 commit into
Open
[stable34] fix(deps): pin nextcloud/ocp to dev-stable34 in psalm vendor-bin#2790miaulalala wants to merge 1 commit into
miaulalala wants to merge 1 commit into
Conversation
Activity
|
||||||||||||||||||||||||||||||||||
| Project |
Activity
|
| Branch Review |
fix/noid/psalm-ocp-branch-pin-stable34
|
| Run status |
|
| Run duration | 02m 02s |
| Commit |
|
| Committer | Anna |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
1
|
|
|
0
|
|
|
1
|
|
|
0
|
|
|
8
|
| View all changes introduced in this branch ↗︎ | |
Tests for review

cypress/e2e/settings.cy.ts • 1 failed test • Run E2E
| Test | Artifacts | |
|---|---|---|
| Check that user's settings survive a reload > Form survive a reload |
Test Replay
Screenshots
|
|
blizzz
approved these changes
Jul 15, 2026
Collaborator
Author
|
/compile amend |
nextcloud-command
force-pushed
the
fix/noid/psalm-ocp-branch-pin-stable34
branch
from
July 15, 2026 20:06
3240226 to
320b7d4
Compare
CarlSchwan
approved these changes
Jul 16, 2026
CarlSchwan
enabled auto-merge
July 16, 2026 03:52
vendor-bin/psalm/composer.json was still requiring nextcloud/ocp:dev-master, left over from before this branch was cut. Since nextcloud/ocp's master branch now requires PHP ~8.3+ while this file pins platform.php to 8.2.27, the weekly automated ocp-update workflow fails every run. Point it at dev-stable34 instead, matching the pattern already used on stable32. Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
miaulalala
force-pushed
the
fix/noid/psalm-ocp-branch-pin-stable34
branch
from
July 16, 2026 12:38
320b7d4 to
4cd933b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vendor-bin/psalm/composer.jsonwas still requiringnextcloud/ocp:dev-master, a leftover from before stable34 was cut.nextcloud/ocp's master branch now requires PHP~8.3 || ~8.4 || ~8.5, while this file pinsplatform.phpto8.2.27— so the weekly "Update nextcloud/ocp" automation has been failing every run (see #2788).Points it at
dev-stable34instead, matching the pattern already used on stable32. Also picked up a few already-pending minor bumps in the psalm vendor-bin lock (psalm itself was locked to 6.14.3 while composer.json already asked for ^6.16.1) as a side effect of regenerating the lock file.AI-Assisted-By: ClaudeCode:claude-sonnet-5
Checklist