Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/magento-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ jobs:
bin/magento mageforge:hyva:compatibility:check --help
bin/magento m:h:c:c --help

echo "Test MageForge Hyvä Compatibility Check - Show all modules:"
bin/magento mageforge:hyva:compatibility:check --show-all

echo "Test MageForge Hyvä Compatibility Check - Third party only:"
bin/magento m:h:c:c --third-party-only

echo "Test MageForge Hyvä Compatibility Check - Detailed output:"
bin/magento m:h:c:c --show-all --detailed

- name: Test Summary
run: |
echo "MageForge module compatibility test with Magento ${{ matrix.magento-version }} completed"
Expand Down Expand Up @@ -263,6 +272,15 @@ jobs:
bin/magento mageforge:hyva:compatibility:check --help
bin/magento m:h:c:c --help

echo "Test MageForge Hyvä Compatibility Check - Show all modules:"
bin/magento mageforge:hyva:compatibility:check --show-all

echo "Test MageForge Hyvä Compatibility Check - Third party only:"
bin/magento m:h:c:c --third-party-only

echo "Test MageForge Hyvä Compatibility Check - Detailed output:"
bin/magento m:h:c:c --show-all --detailed

- name: Test Summary
run: |
echo "MageForge module compatibility test with Magento 2.4.8 completed"