chore: release 8.3.0 (#280)

This commit is contained in:
GrayBot
2026-05-25 09:31:20 -04:00
committed by GitHub
parent fa8e597365
commit 4df4b25e05
26 changed files with 76 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.2.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/coding-standard@v8.3.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.3.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.3.0
id: is-allow-plugins-available
if: steps.check-installed.outputs.installed != 'true'
with: