Version Matrix
Version updated for https://github.com/lbajsarowicz/action-version-matrix to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Version Matrix” GitHub Action automates the generation of CI matrices for Magento Open Source, Adobe Commerce, and Mage-OS distributions by fetching live system requirement data from the magento.watch API. It eliminates the need for manual maintenance by providing an up-to-date strategy.matrix JSON that includes supported versions and compatibility details for PHP, databases, caching, and web servers. This ensures accurate and comprehensive testing across various version combinations.
Release notes
2.0.0 (2026-02-21)
⚠ BREAKING CHANGES
- Package is now ESM-only (
"type": "module"added to package.json).
Features
- upgrade all dependencies to latest major versions (422bd61)