-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: update symfony dependencies #176
feat: update symfony dependencies #176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍 Could you also add Symfony 7 to the build matrix (.github/workflows/php.yml
), so that this project is also tested against the v7 versions?
Yes, v7 is now added. I replaced the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
…orking with php8.2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, this looks good in general 👍 -- 867a2bf was a good catch, I didn't remember we had that workaround in there. Only reason the tests are still failing is because the upstream library helmich/typo3-typoscript-parser
is not yet compatible with the symfony v7 libraries; I'll see if we can bump these as well...
Waiting for martin-helmich/typo3-typoscript-parser#95 to be merged |
Tested with newer version of symfony packages: works like a charm!