doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
377 stars 229 forks source link

Symfony 7 support #784

Closed kbond closed 8 months ago

kbond commented 10 months ago

Blockers:

kbond commented 10 months ago

Also fixed the workflow - it wasn't properly setting SYMFONY_REQUIRE

Oi, this opened a can of worms as the bundle hasn't been properly tested by the CI since https://github.com/doctrine/DoctrineMongoDBBundle/pull/678.

franmomu commented 10 months ago

Looks like it's installing symfony/string 5.4.0-RC1 in https://github.com/doctrine/DoctrineMongoDBBundle/actions/runs/6641537314/job/18044298016?pr=784#step:7:207 instead of a stable one

malarzm commented 10 months ago

Just merged #785, shall we release patch version, merge up, and rebase this PR?

chalasr commented 9 months ago

I need this to make api-platform Symfony7-ready Do you need help fixing the remaining tests @kbond?

kbond commented 9 months ago

@chalasr, yes, if you don't mind :)

GromNaN commented 8 months ago

Thank you @kbond for starting this work. As you said, it wasn't as simple as it looked.