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 434 forks source link

Allow doctrine/persistence 3.1 version #1300

Closed xNarkon closed 1 year ago

xNarkon commented 1 year ago

Currently on Symfony 6.2 there is an issue related to the doctrine/persistence. Symfony recommends to use the doctrine/persistence in the latest version 3.1 to use of lazy ghost objects.

It's also related to the ecotone that is using enqueue: https://github.com/ecotoneframework/ecotone-dev/issues/111

@makasim

xNarkon commented 1 year ago

@makasim should we just re-run CI workflow? It looks like a environment problems not related to the changes I've made?

xNarkon commented 1 year ago

@makasim bump :) sorry for pushing this but I really need this changes

makasim commented 1 year ago

Sorry, I can merge only completely green pipeline

xNarkon commented 1 year ago

Sorry, I can merge only completely green pipeline

Sure, but can you trigger re-run? I hope so it's failing not due to the code changes