After upgrading my application container to PHP 8.5 I get some deprecation errors from the dashboard and Admin Panel:
Message: Using null as the key parameter for array_key_exists() is deprecated, use an empty string instead
Line: 53
File: /workspaces/vendor/koolreport/dashboard/admin/screens/ListScreen.php
Message: Non-canonical cast (double) is deprecated, use the (float) cast instead
Line: 168
File: /workspaces/vendor/koolreport/dashboard/Field.php
And I think it could be more. The app works fine with PHP 8.4