Feature/mess detector multi version#165
Open
kapilpandya22 wants to merge 3 commits into
Open
Conversation
Adds version-specific Dockerfiles (7.3–8.5) and action.yml directories following the same pattern as magento-phpstan and magento-coding-standard. Also adds the mess-detector-images.yml CI workflow to build and push all version-tagged Docker images automatically. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…DD with COPY - PHP 8.1: use Magento 2.4.6-p13 (2.4.7+ dropped PHP 8.1 support) - PHP 8.2: use Magento 2.4.7-p8 (2.4.8+ requires PHP 8.3+) - PHP 8.1 + 8.2: add missing composer audit.ignore config for CI - All versions: replace ADD with COPY (preferred for local file copies) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
magento-mess-detector, bringing it in line withmagento-phpstan,magento-coding-standard, andmagento-unit-testswhich already have per-PHP-version action directories and Dockerfilesaction.ymlfiles undermagento-mess-detector/{version}/each pointing toextdn/magento-mess-detector-action:{version}-latestmess-detector-images.ymlCI workflow to auto-build and push Docker images for all PHP versions on push to master, weeklyschedule, and after
Build Integration Imagescompletes (same trigger pattern asphpstan-images.yml)PHP → Magento Version Mapping
Technical Details
extdn/magento-integration-tests-action:{version}-latestas the base (same pattern asmagento-phpstan)(
phpunit.phpmd.xml,PhpmdRunner.php,LiveCodePhpmdRunner.php,entrypoint.sh)COPYinstead ofADDfor local file instructions (Docker best practice)composer config --json audit.ignorefor known CI-irrelevant security advisories