chore: release 8.2.0 (#270)

This commit is contained in:
GrayBot
2026-05-17 19:17:32 -04:00
committed by GitHub
parent 0bf08ef692
commit 8a0f197a13
26 changed files with 73 additions and 65 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ with:
### Example
```yml
- uses: graycoreio/github-actions-magento2/supported-version@v8.1.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/supported-version@v8.2.0 # x-release-please-version
id: supported-version
with:
kind: currently-supported
@@ -93,7 +93,7 @@ jobs:
outputs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: graycoreio/github-actions-magento2/supported-version@v8.1.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/supported-version@v8.2.0 # x-release-please-version
id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }}
```