-
Notifications
You must be signed in to change notification settings - Fork 561
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
fix: Php8.4 take 2 #839
fix: Php8.4 take 2 #839
Conversation
This reverts commit aa90ec7. fix: Reverted depreciation change for PHPUnit fix: PHP 8.4 support added
Let's get this merged for the next release. The PR was previously approved, I just fixed the errors from the tests. If there are any further issues, then I can fix. But that would also indicate there is a mismatch between the main branch tests and PR branches, which we should figure out. |
Thanks for pointing this out. I'll check this once. Let's try to merge it |
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
I pushed the fix to the old branch. The fix is removing the typed parameters from Twilio\Version::stream. Not sure why I changed this, as it was not typed in a doc block. But also not sure why the tests on the branch would not fail in the same way.
Once we are confident all the tests that should run pass, we should be able to merge again.