From 018943e94ef2f380c8c0d8cdc8c1484f74ae9a57 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:11:06 +0000 Subject: [PATCH 1/2] Initial plan From aa33b99589758eb4de922c3d18f17ed2c6187acd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:14:27 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Add=20actual=20execution=20tests=20for=20Hy?= =?UTF-8?q?v=C3=A4=20compatibility=20checker=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dermatz <6103201+dermatz@users.noreply.github.com> --- .github/workflows/magento-compatibility.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/magento-compatibility.yml b/.github/workflows/magento-compatibility.yml index 1e32e4b..f695098 100644 --- a/.github/workflows/magento-compatibility.yml +++ b/.github/workflows/magento-compatibility.yml @@ -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" @@ -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"