-
-
Notifications
You must be signed in to change notification settings - Fork 133
Symfony 6 Support #390
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
Symfony 6 Support #390
Conversation
|
Could you add Symfony 6 checks to strategy matrix in |
Done! |
|
For some reason Windows build failed and could rebase your branch on |
Seems to be an (newly introduced?) issue with the Had nothing to do with the changes made by me (didn't touch that part), it ran through fine in my workflow for the last commit (which is identical): Maybe just try to rerun those workflows? |
|
Sorry for that, but you started your branch on You are right, looks like Windows CI fails are not related to your changes. |
|
@PabloKowalczyk done! |
|
Thank you @bashgeek |
Fixes #389
Added Symfony 6 versions to composer.json and fixed some type hints that are now required. All tests run fine after.