- Issue created by @andypost
- 🇬🇧United Kingdom catch
I discussed this a bit with @quietone in slack.
Drupal 12 will require PHP 8.5 per 📌 [12.x] Require PHP 8.5 Postponed .
Drupal 11.3 will support PHP 8.5 soon.
This means that sites can update to PHP 8.4 on Drupal 10, then to Drupal 11.3, then to PHP 8.5, then to Drupal 12.
It would be nice if we could support PHP 8.5 on Drupal 10, but I don't think we should go out of our way to do that.
So e.g. if phpunit 9 and its dependencies adds PHP 8.5 support, that's great, but if they don't, then we should either skip deprecation messages or not do anything, but not get into shims etc.
Going to postpone this on full PHP 8.5 support in Drupal 11 for now, so we know what the full scope there was.