chore: release 8.1.0 (#266)

This commit is contained in:
GrayBot
2026-05-17 17:43:18 -04:00
committed by GitHub
parent e39dd46f9c
commit b71bb8b4aa
26 changed files with 81 additions and 64 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
tools: composer:v2
coverage: none
- uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/coding-standard@v8.1.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.1.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.1.0
id: is-allow-plugins-available
if: steps.check-installed.outputs.installed != 'true'
with: