Skip to content

chore: extend cascade flow to 8.4 => 8.5 => master - #276

Merged
lisachenko merged 1 commit into
8.4from
claude/branch-flow-84
Aug 28, 2026
Merged

chore: extend cascade flow to 8.4 => 8.5 => master#276
lisachenko merged 1 commit into
8.4from
claude/branch-flow-84

Conversation

@lisachenko

Copy link
Copy Markdown
Owner

A new 8.5 maintenance branch has been created from master (which is moving on to PHP 8.6). This updates .github/branch-flow.json on the 8.4 branch so pushes to 8.4 cascade into 8.5 instead of jumping straight to master:

{ "8.0": null, "8.4": "8.5", "8.5": "master" }

merge-up.yml resolves the successor from the pushed branch's own copy of the flow file, so the 8.4 branch needs this map for the new chain 8.4 => 8.5 => master (8.6) to take effect. The same change is already on the 8.5 branch and is part of the PHP 8.6 bump for master.


Generated by Claude Code

The 8.5 maintenance branch takes over PHP 8.5 support while master
moves on to PHP 8.6. Fixes affecting 8.4 now cascade through 8.5
before reaching master.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WvwX3zFemZVZENmF3fSrcE
@lisachenko
lisachenko marked this pull request as ready for review August 28, 2026 21:57
@lisachenko
lisachenko merged commit 8578770 into 8.4 Aug 28, 2026
21 checks passed
@lisachenko
lisachenko deleted the claude/branch-flow-84 branch August 28, 2026 21:57
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.

2 participants