-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update Lando to use the Drupal9 recipe and PHP 8.1. #66
Conversation
…_base as the theme for coding standards review.
…nt to check coding standards in each project, not here.
I'm interested in people's thoughts on this. It seems sensible to be testing against PHP 7.4 and 8.1 for now, which is what Thunder are doing, and to fix any tests that fail in their respective projects. I think the PHP 8.1 coding standards tests are failing as the build is still pulling through PHP 7.4 from the main branch. The PHPUnit tests will need looking at. Any thoughts or suggestions on how to improve this? |
Hi Finn, I see only one error which is about the localgov_openreferral module. It looks as if the HTTP response for an unpublished organization type record is missing the "Content-Type" header which is leading to all the errors. Needs more digging. @ekes is the best person to look into this IMHO. |
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.
Tests all pass. We got full support for PHP 8.1 🥳
Happy to approve
Woop woop! Nice work @stephen-cox @ekes @markconroy @Adnan-cds @andybroomfield |
No description provided.