Narrowing occurred during type inference of ZEND_FETCH_DIM_W.
opened an issue on GitHub with more details:
https://github.com/php/php-src/issues/15664
"There have been fixes for narrowing bugs in 8.2.x, but you're running an old version: 8.2.13.
Please retry on 8.2.23."
The actual line of code is:
```php
$projects[$project]->info['upgrade_status_next_major_compatible'] =
isset($extension->info['core_version_requirement']) &&
self::isCompatibleWithNextMajorDrupal($extension->info['core_version_requirement']);
```