feat(check-store): use the project when computing underlying version requirements

This commit is contained in:
Damien Retzinger
2026-05-25 09:27:28 -04:00
parent 1ea5a10ef6
commit fa8e597365
+1
View File
@@ -54,6 +54,7 @@ jobs:
- uses: graycoreio/github-actions-magento2/supported-version@main
id: supported-version
with:
project: ${{ steps.get-magento-version.outputs.supported_version_project }}
kind: custom
custom_versions: ${{ steps.get-magento-version.outputs.project }}:${{ fromJSON(steps.get-magento-version.outputs.version) }}