ORM 3.0 was released, which is the main motivation for this PR. The test environment will now support being run with the new major version installed.
Additionally, for both the MongoDB ODM and ORM, the test environment will now use an attribute driver when run on PHP 8 and a version of each object manager that supports attributes, necessary for ORM 3.0 as annotation support is fully removed and will eventually be deprecated in the MongoDB ODM.
ORM 3.0 was released, which is the main motivation for this PR. The test environment will now support being run with the new major version installed.
Additionally, for both the MongoDB ODM and ORM, the test environment will now use an attribute driver when run on PHP 8 and a version of each object manager that supports attributes, necessary for ORM 3.0 as annotation support is fully removed and will eventually be deprecated in the MongoDB ODM.