-
Notifications
You must be signed in to change notification settings - Fork 3
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
DEV-47: Update to PHP 8.2 #145
Conversation
We talked about this in last week's devops meeting, and the main blocker is Drupal contrib compatibility. I don't think we have a clear view of what is and isn't compatible with PHP 8.2 yet, though -- we're in the middle of an update on a big site and that should flag any critical modules that would block this update. So, we'll hopefully be able to move on this by September. |
README.md
Outdated
* Check your PHP version from the command line using `php --version` | ||
* If your project cannot support PHP 8.2, you should use PHP 8.1.18. |
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.
Do we still need this?
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.
Nope, I don't think so!
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.
Removed!
https://palantir.atlassian.net/browse/DEV-47
Update DDEV and CircleCI configs to use PHP 8.2
Open question: Do we need to update theYescomposer.json
minimum PHP version and readme?Testing
composer create-project palantirnet/drupal-skeleton example dev-update-php-8.2 --no-interaction