-
Notifications
You must be signed in to change notification settings - Fork 28
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 PHP 8 #72
Support PHP 8 #72
Conversation
c8608d8
to
afc0f75
Compare
afc0f75
to
4ab14d4
Compare
this fork i have thrown it on my private project and it works fine .. please review, merge and release new version. thx |
Thanks for the PR. I am not sure if it works with symfony 5.0. Hard to tell without Github Actions (maybe you can run your the tests local with composer install --prefer-lowest). And we need another PR to add more php versions in Travis (merged upfront) https://github.com/rollbar/rollbar-php-symfony-bundle/blob/master/.travis.yml |
in PHP 8.1 with lowest deps are not tests works because there are PHP deprecations in external deps. That's only OK locally with Symfony 5.4 and newer. Its would be nice to have travis |
thanks for the comment. I add .travis.yml updates in this PR. But I don't think the travis is doing anything. |
Travis is not running on PR right know (but i guess maintainer has more infos about the usage). |
Hi @janicekt, thank you for your work on this! We have moved development for PHP 8 to the If there is anything you think is important that was not included already, you could merge |
on my version I have been working on symfony 5.4 with php8.1 for few months and without any problems .. I'm going to test the migration to 5.0-RC1 version. Thx @danielmorell |
Today we released the stable v5.0.0. I am going to go ahead and close this PR. @janicekt thank you for your work on this. If, there is anything in here that we are missing in v5, please let's talk about it and figure out a way to move it forward. |
Description of the change
Type of change
Related issues
Checklists
Development
Code review