You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit tests can be run with PHP 8.3 which confirms that the code (at least the part that's covered by unit tests) within the extension is compatible.
However one of the composer packages isn't fully compatible and we get the following deprecation notice:
PHP Deprecated: Calling get_class() without arguments is deprecated in google-listings-and-ads/vendor/google/apiclient/src/Http/REST.php on line 58
Describe the issue:
The unit tests can be run with PHP 8.3 which confirms that the code (at least the part that's covered by unit tests) within the extension is compatible.
However one of the composer packages isn't fully compatible and we get the following deprecation notice:
There is already an opened issue for this and we are just waiting for the following PR to be resolved: googleapis/google-api-php-client#2509
Steps to reproduce:
Expected behavior:
No deprecation messages.
The text was updated successfully, but these errors were encountered: