PhpStorm – List files with Warnings on specific php version

I have a bigger PHP project and it runs on production server with PHP 8.1.
To check the compatibility with 8.2 I switch to version 8.2 in PhpStorm.

If I open a file I can see any problems with the new version. It is possible to search for this problematic files to detect problems?