-
Notifications
You must be signed in to change notification settings - Fork 348
Magento 2.4.8 compatibility #3578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
priority
Priority
Comments
I noticed an issue with PHP 8.4 and many deprecated functionalities in our modules. PHP 8.4 wants to be explicit with nullable types now. Already working on a fix for this. |
vahonc
added a commit
to vahonc/elasticsuite
that referenced
this issue
Apr 14, 2025
vahonc
added a commit
to vahonc/elasticsuite
that referenced
this issue
Apr 14, 2025
vahonc
added a commit
to vahonc/elasticsuite
that referenced
this issue
Apr 16, 2025
rbayet
added a commit
that referenced
this issue
Apr 22, 2025
[Compat] Fixes #3578 PHP 8.4 deprecation: Implicitly marking parameter as nullable is deprecated
PHP 8.4 support in Magento 2.4.8 available through the (just published) release 2.11.13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The final release of Magento 2.4.8 is already available for partners.
It's already been added to our integration test suite for branch 2.11.x. All tests are working actually which is a good start.
However, we need to check that all features are functioning as expected.
https://experienceleague.adobe.com/docs/commerce-operations/release/notes/adobe-commerce/2-4-8.html
https://developer-stage.adobe.com/commerce/php/development/backward-incompatible-changes/highlights/#248
https://developer-stage.adobe.com/commerce/php/development/backward-incompatible-changes/highlights/#upgraded-php-dependency
So, let's test Elasticsuite compatibility with the new release!
The text was updated successfully, but these errors were encountered: