php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.18k stars 435 forks source link

add symfony 7 support for enqueue-bundle #1362

Closed zavitkov closed 1 week ago

zavitkov commented 1 week ago

Extending of https://github.com/php-enqueue/enqueue-dev/pull/1356 with removing php 7.4 and 8.0 and symfony <=6.2 support. We can remove these versions support as AWS officially stop supporting php <= 8.1: https://aws.amazon.com/ru/blogs/developer/announcing-the-end-of-support-for-php-runtimes-8-0-x-and-below-in-the-aws-sdk-for-php/.

Some symfony deprecations are fixed as well

y0rker commented 1 week ago

Hello! Very important to merge

zavitkov commented 1 week ago

@makasim Hi. Could you please run the pipeline? Thanks in advance:)

zavitkov commented 1 week ago

@makasim Thanks! What’s next?

makasim commented 1 week ago

Merged. I've synced subtree repos. I am going to keep it that way for a week or two so everybody can test it and provide feedback. If everything is fine I'll tag it.

makasim commented 1 week ago

Thanks.

zavitkov commented 1 week ago

Perfect! Thanks.

andrewmy commented 6 days ago

nice, this one didn't have problems with localstack as mine did :D

Steveb-p commented 6 days ago

nice, this one didn't have problems with localstack as mine did :D

https://github.com/php-enqueue/enqueue-dev/pull/1349 dealt with this in meantime. That's why :sweat_smile: