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.17k stars 429 forks source link

Add Symfony 7.0 to reqs and CI, drop 6.2 from CI; drop PHP 7.4 #1328

Open andrewmy opened 8 months ago

andrewmy commented 8 months ago

Let's install this on modern apps too!

Prod changes:

Got some random AMQP type errors on PHP 7.4 and decided to drop it rather than fix.

PHP 8.0 is also EOL but not bothering us much for now.

Dev changes:

TechComBiz commented 7 months ago

@andrewmy What is your planning with this PR? I was started to add Symfony 7 to composer.json (https://github.com/php-enqueue/enqueue-dev/pull/1331). But that was more impact than I expected.

andrewmy commented 7 months ago

@TechComBiz I see a weird failure on one SnsQs test on some matrix branches, thinking how to debug this