Drupal 11 requires PHP 8.4
I thought updating webmozart/assert would be sufficient, but it's just the tip of the iceberg.
Current webmozart/assert dependency is 4 years out of date, and preventing me from running alongside latest release of https://github.com/simplesamlphp/saml2-legacy
Looks like none of the tooling has been updated in that 4 years, so the entire test chain needs to be updated as well.
And 8.4 will require breaking changes, so either 8.4 needs fully separate tests, or support for earlier PHP versions needs to be dropped.
Drupal 11 requires PHP 8.4
I thought updating webmozart/assert would be sufficient, but it's just the tip of the iceberg.
Current webmozart/assert dependency is 4 years out of date, and preventing me from running alongside latest release of https://github.com/simplesamlphp/saml2-legacy
Looks like none of the tooling has been updated in that 4 years, so the entire test chain needs to be updated as well.
And 8.4 will require breaking changes, so either 8.4 needs fully separate tests, or support for earlier PHP versions needs to be dropped.