taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 29 forks source link

feat: use https://github.com/mage-os/github-actions to test this project #367

Open damienwebdev opened 1 year ago

damienwebdev commented 1 year ago

Prerequisites

Description

As a result of #362 support for older versions of Magento was accidentally dropped. We've been working diligently in @mage-os to make testing Magento projects and plugins easier. Specifically, the https://github.com/mage-os/github-actions/tree/main/supported-version action allows you to quickly compute supported versions to test against based upon Adobe's current support strategy (you can also configure others, but this is a nice use-case). It also allows you to automatically stay up to date in CI with patch releases as we automatically compute the version on release day!

Steps to Reproduce

  1. Attempt to install this extension against v2.4.4 or v2.45.
  2. setup:upgrade
  3. See error described in #362

Expected Result

No errors.

Actual Result

This plugin was released backward-incompatibly to older Magento versions.

Versions