-
Notifications
You must be signed in to change notification settings - Fork 1
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
task: support PHP 8.3 #25
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.
I'm fine with it - thx for your PR
I think we first need to allow PHP 8.3 in |
Great, thank you! I've seen in the pipelines I ran in my repository, that your testing-framework seems to be not compatible with PHP 8.3 yet. Are you working on that already? Otherwise, I'd offer to create a similar PR to this over there to raise it to PHP 8.3 ;) |
No, we're not currently working on it. If you want to create a PR, please target the |
I started a merge request on the testing framework. As soon as this is merged and released i will update this one here as well. |
teamneusta/pimcore-testing-framework |
Awesome, thank you guys! 🎉 🚀 |
I installed it locally with
--ignore-platform-reqs
in a PHP 8.3 project and didn't notice any issues.Let's see what the tests say 😉
Thanks for the Bundle!