chore: release 8.6.0 (#286)

This commit is contained in:
GrayBot
2026-06-11 15:59:53 -04:00
committed by GitHub
parent b7c6614ac3
commit 7b29aa3652
26 changed files with 79 additions and 65 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ with:
### Example
```yml
- uses: graycoreio/github-actions-magento2/supported-version@v8.5.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/supported-version@v8.6.0 # x-release-please-version
id: supported-version
with:
kind: currently-supported
@@ -94,7 +94,7 @@ jobs:
outputs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: graycoreio/github-actions-magento2/supported-version@v8.5.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/supported-version@v8.6.0 # x-release-please-version
id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }}
```