Is PHP 8.4 supported?
If not yet, when can this be expected?
Hi,
We generally aren’t able to provide ETAs for future changes but I suggest asking in a discussion on GitHub.
We haven’t got tests officially passing with 8.3 yet on GH actions…
That’ll be a job for the new year.
8.4 doesn’t have any major breaking changes for us, so I would “assume” that this would already work.
Tests are passing 8.2,8.3,8.4
There was a questionable change to rounding floats in PHP 8.4, which did require an adjustment.
Apart from deprecated items like
PHP Deprecated: App\Models\CompanyGateway::driver(): Implicitly marking parameter $client as nullable is deprecated, the explicit nullable type must be used instead in /app/app/Models/CompanyGateway.php on line 205
Everything works