- Issue created by @Chizh273
- πΊπ¦Ukraine Chizh273
chizh273 β changed the visibility of the branch 3485865-drupal-10-compatibility to hidden.
- πΊπ¦Ukraine Chizh273
chizh273 β changed the visibility of the branch 3485865-drupal-10-compatibility to active.
- Merge request !21Issue #3485865 by chizh273: Drupal 11 compatibility fixes β (Open) created by Chizh273
- πΊπ¦Ukraine Chizh273
I have updated the
core_version_requirement
to support D11 and also have updateddrupal/commerce
to^2.17 || ^3
.The
\Drupal\Tests\commerce_shipstation\Kernel\ShipStationKernelTestBase::$modules
was fixed in the https://www.drupal.org/project/commerce_shipstation/issues/3405762 π Fix PHPStan and PHPUnit issues Fixed .There's a problem with tests but we can ignore it as all tests are empty at the moment and the depreciation warnings come from the
profile
andcommerce_shipping
modules (config/install/views.view.profiles.yml and config/install/views.view.order_shipments.yml).