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

Support Symfony 7 #1145

Closed
wants to merge 2 commits into from
Closed

Support Symfony 7 #1145

wants to merge 2 commits into from

Conversation

endroid
Copy link
Contributor

@endroid endroid commented Nov 7, 2023

Adds support for Symfony 7

@@ -24,20 +24,20 @@
"fakerphp/faker": "^1.10",
"myclabs/deep-copy": "^1.10",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0",
"symfony/property-access": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/property-access": "^5.4 || ^6.0 || ^7.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about changing ^6.0 to ^6.4 in order to only support the LTS versions and the last release?

It may be done on another PR though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theofidry What do you prefer?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's a good idea, but definitely in a different PR. I think it would also make sense to drop 5.4, maintaining 3 different versions is too much IMO

Copy link
Member

@theofidry theofidry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! The other changes can be done separately, but I think it would be good to have at least one job where Symfony 7 is forced: https://github.com/nelmio/alice/blob/master/.github/workflows/ci.yaml#L23

@theofidry
Copy link
Member

Thank you @endroid, merged via #1156

@theofidry theofidry closed this Nov 30, 2023
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.

None yet

3 participants