docs: use x-release-please-version

release-please with x-release-please-major clobbered the magento2 -> magento8. This is obviously dumb.
This commit is contained in:
Damien Retzinger
2026-05-09 20:10:07 -04:00
parent d38c375b83
commit 74f1e3ec39
14 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
tools: composer:v2
coverage: none
- uses: graycoreio/github-actions-magento2/coding-standard@v7 # x-release-please-major
- uses: graycoreio/github-actions-magento2/coding-standard@v7.0.0 # x-release-please-version
with:
path: app/code # Optional, defaults to .
version: 25 # Optional, will use the latest if omitted.