Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the test environment to use attributes on PHP 8 and allow testing with ORM 3.0 #375

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Feb 5, 2024

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.

@markitosgv markitosgv merged commit 21ace61 into markitosgv:master Mar 13, 2024
22 checks passed
@mbabker mbabker deleted the test-env-updates branch March 13, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants