Skip to content

Migrate to Symfony 8.1#19

Merged
wtorsi merged 1 commit into
8.1from
chore/symfony-8.1
Jul 5, 2026
Merged

Migrate to Symfony 8.1#19
wtorsi merged 1 commit into
8.1from
chore/symfony-8.1

Conversation

@wtorsi

@wtorsi wtorsi commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Migrates the bundle to the Symfony 8.1 release line.

  • Bump all symfony/* constraints from 8.0.* to 8.1.* (and ^8.0 to ^8.1 for lock/messenger)
  • Bump chamber-orchestra/file-bundle and chamber-orchestra/view-bundle from 8.0.* to 8.1.*
  • Update .github/workflows/php.yml on: block to build main and release-line branches
  • Update .github/workflows/tag.yml to compute the next tag from the PR head ref's release line (refuses to tag non-release branches)
  • Fix async auto detection to use interface_exists() for MessageBusInterface (it is an interface; class_exists() always returned false, so auto-detection never activated)
  • Pass the MozJpeg -quant-table argument as a string so Process receives string[]

🤖 Generated with Claude Code

- Bump all symfony/* constraints from 8.0.* to 8.1.* (and ^8.0 to ^8.1)
- Bump chamber-orchestra/file-bundle and view-bundle to 8.1.*
- Update php.yml on: block to build release-line branches
- Update tag.yml to compute tags from the PR head ref release line
- Fix async auto-detection to use interface_exists for MessageBusInterface
- Pass MozJpeg -quant-table argument as a string for Process

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@wtorsi
wtorsi merged commit 7debace into 8.1 Jul 5, 2026
1 check passed
@wtorsi
wtorsi deleted the chore/symfony-8.1 branch July 5, 2026 19:18
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