Anyone else running into this in their debug logs on PHP 8.1 ? Also present on 8.3. There are many that progress through decimals like 10.1, 10.2, 10.3
PHP Deprecated: Implicit conversion from float 10.1 to int loses precision in /var/www/redacted.com/htdocs/wp-content/plugins/gravityforms/gravityforms.php on line 7144
The deprecated error is a message for developers to update their products for upcoming releases. You can disable WordPress debug mode to prevent it from appearing again.