Skip to content

Feature/versioned mess detector#14

Open
kapilpandya22 wants to merge 2 commits into
mainfrom
feature/versioned-mess-detector
Open

Feature/versioned mess detector#14
kapilpandya22 wants to merge 2 commits into
mainfrom
feature/versioned-mess-detector

Conversation

@kapilpandya22
Copy link
Copy Markdown
Member

Summary

  • Updates the reusable mess-detector workflow to use the new PHP version-specific action
  • Aligns with the existing pattern used by coding-standard.yml and phpstan.yml which already pin to a specific PHP version
  • PHP 8.5 is used as the single version — PHPMD is a static analysis tool checking code quality rules, not PHP runtime compatibility, so
    a matrix is not needed

Dependency

This PR depends on extdn/github-actions-m2#165 (add versioned mess-detector support) being merged first. Do not
merge until that PR is live on extdn/github-actions-m2@master.

Before / After

Before After
Action ref extdn/github-actions-m2/magento-mess-detector@master extdn/github-actions-m2/magento-mess-detector/8.5@master
PHP version Unspecified (baked into single image) Explicit PHP 8.5
Pattern Inconsistent with other static analysis workflows Consistent with coding-standard and phpstan

kapilpandya22 and others added 2 commits May 29, 2026 10:46
@kapilpandya22 kapilpandya22 requested a review from norgeindian May 29, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant