We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e0d53 commit 9d2f725Copy full SHA for 9d2f725
.github/workflows/test.yml
@@ -17,11 +17,15 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v2
19
20
+ - name: Get Shopware Version
21
+ id: shopware-constraint
22
+ run: echo "shopware_constraint=$(cat composer.json | jq -r '.require."shopware/core"')" >> $GITHUB_OUTPUT
23
+
24
- name: Get Shopware Matrix
25
uses: tinect/github-shopware-matrix-generator@main
26
id: matrix
27
with:
- versionConstraint: '~6.6.0'
28
+ versionConstraint: ${{ steps.shopware-constraint.outputs.shopware_constraint }}
29
allowEol: false
30
justMinMaxShopware: false
31
allowShopwareNext: true
0 commit comments