Is Dolibarr 16/17 PHP 8.1/PHP8.2 Compatible?

Hi,
I had several issues installing Dolibarr 15/16/17 on PHP 8.1/8.2, missing graphics since the beginning of the process, errors and a final unreachable page with HTTP Error 500
https://example.com/dolibarr/htdocs/index.php?mainmenu=home&username=

In the end I had to go back to PHP 7.4 to be able to install and use something.
As PHP 7.4 is being used less and less, while 8.1 is becoming the standard now, is there a roadmap for the compatibility to 8.1?
Thanks in advance

Hello,

Regarding PHP V8.1 :
V15 => Not compatible
V16 => Compatible V8.1, but with some warnings that need to be hidden with dolibarr_main_prod = 1 in conf/conf.php
V17 => Fully compatible PHP V8.1

Thank you for your reply!
I had installation issues with Dolibarr V16 & V17 and PHP8.1, but my personal server has a very peculiar setup (Raspberry Pi 4B, Ubuntu server 22.04, ISPConfig 3.2), so it could be anything.
Curiously, in the end I managed to install V17 under PHP7.4.
After your message, I tried to switch to PHP8.1, but only the top menu bar was visible. I reverted to PHP7.4 and everything became visible again, so I have disabled all the external modules, and switched back to PHP8.1, getting all visible again.
I hope it will stay stable this way…
But the installation issues I mentioned in my first post, still stand, and occurred during the first installation…
Thanks again