palantirnet / drupal-skeleton

A Drupal project template for use with `composer create-project`.
Other
13 stars 3 forks source link

DEV-47: Update to PHP 8.2 #145

Closed byrond closed 5 months ago

byrond commented 1 year ago

https://palantir.atlassian.net/browse/DEV-47

Update DDEV and CircleCI configs to use PHP 8.2

~Open question: Do we need to update the composer.json minimum PHP version and readme?~ Yes

Testing

composer create-project palantirnet/drupal-skeleton example dev-update-php-8.2 --no-interaction

becw commented 1 year ago

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.