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
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
tools: composer:v2
coverage: none
- uses: graycoreio/github-actions-magento2/coding-standard@v8.1.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/coding-standard@v8.2.0 # x-release-please-version
with:
path: app/code # Optional, defaults to .
version: 25 # Optional, will use the latest if omitted.
+2 -2
View File
@@ -52,12 +52,12 @@ runs:
fi
- name: Get Composer Version
uses: graycoreio/github-actions-magento2/get-composer-version@main
uses: graycoreio/github-actions-magento2/get-composer-version@v8.2.0
id: get-composer-version
if: steps.check-installed.outputs.installed != 'true'
- name: Check if allow-plugins option is available for this version of composer
uses: graycoreio/github-actions-magento2/semver-compare@main
uses: graycoreio/github-actions-magento2/semver-compare@v8.2.0
id: is-allow-plugins-available
if: steps.check-installed.outputs.installed != 'true'
with: