Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow Symfony 8#1642

Merged
dbu merged 1 commit into
liip:2.xfrom
dmaicher:symfony_8
Oct 30, 2025
Merged

Allow Symfony 8#1642
dbu merged 1 commit into
liip:2.xfrom
dmaicher:symfony_8

Conversation

@dmaicher
Copy link
Copy Markdown
Contributor

@dmaicher dmaicher commented Oct 29, 2025

Q A
Branch? 2.x
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets
License MIT
Doc

This adds Symfony 8 compatibility.

I added a dev dependencies CI build for now. A bit annoying is the dev dependency on https://github.com/php-enqueue/enqueue-bundle which seems dead 🤔 So I removed that bundle for the Symfony 8 version on CI.

@dmaicher dmaicher marked this pull request as ready for review October 29, 2025 18:05
@coveralls
Copy link
Copy Markdown

coveralls commented Oct 29, 2025

Coverage Status

coverage: 81.603%. remained the same
when pulling 809ee3d on dmaicher:symfony_8
into ed21729 on liip:2.x.

@dmaicher dmaicher marked this pull request as draft October 29, 2025 18:09
@dmaicher dmaicher force-pushed the symfony_8 branch 2 times, most recently from ecc772e to f572bf7 Compare October 29, 2025 18:15
@dmaicher dmaicher marked this pull request as ready for review October 29, 2025 18:19
with:
dependency-versions: ${{ matrix.dependencies }}
env:
SYMFONY_REQUIRE: "${{ matrix.symfony }}"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

using this ENV to force a specific Symfony version is more standard nowadays

Copy link
Copy Markdown
Member

@dbu dbu left a comment

Choose a reason for hiding this comment

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

awesome! and also great that it just works out of the box.

thanks a lot for the work! i will merge but i guess we wait with tagging until symfony 8.0.0 is tagged, just to be sure not to produce a problematic version.

@dbu dbu merged commit d3d2972 into liip:2.x Oct 30, 2025
32 checks passed
@dbu
Copy link
Copy Markdown
Member

dbu commented Oct 30, 2025

yeah enqueue support for sure will be remove in the next version, symfony messenger is the way to go with a symfony bundle. if we even need an explicit message queue support - providing clear services to warm the cache should be the priority, and then a message queue integration should become so trivial that it could just be a section in the documentation.

@dmaicher dmaicher deleted the symfony_8 branch October 30, 2025 06:42
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.

3 participants