[stable33] fix(deps): pin nextcloud/ocp to dev-stable33 in psalm vendor-bin#2789
Merged
Conversation
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-stable33 instead, matching the pattern already used on stable32. Signed-off-by: Anna Larch <anna@nextcloud.com>
Activity
|
||||||||||||||||||||||||||||
| Project |
Activity
|
| Branch Review |
fix/noid/psalm-ocp-branch-pin
|
| Run status |
|
| Run duration | 02m 30s |
| Commit |
|
| Committer | Anna |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
1
|
|
|
0
|
|
|
9
|
| View all changes introduced in this branch ↗︎ | |
mejo-
approved these changes
Jul 15, 2026
blizzz
approved these changes
Jul 15, 2026
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 stable33 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 #2785).Points it at
dev-stable33instead, matching the pattern already used on stable32.AI-Assisted-By: ClaudeCode:claude-sonnet-5
Checklist