I have upgraded my server to PHP 8.0, everything is fine so far with one exception.
The Readability plugin crashes the entire grav site.
Line 18 twig/FindResourceExtension.php uses the term 'boolean' instead of bool
booleon is an alias for bool and has been deprecated .
I changed it to 'bool' in the file and it fixed the compatibility issue.
However, another issue - when invoked the it just keeps running (circular icon) without actual doing anything.
In case it was due to PHP 8.0 I installed it on another server using PHP 7.4 and got the the same issue of not doing the readability check.
So assume it is a different issue.