feat(supported-version): add Mage-OS 3.2.0 (Magento 2.4.9)#384
Merged
rhoerr merged 1 commit intoJul 14, 2026
Merged
Conversation
Add the mage-os/project-community-edition:3.2.0 entry (upstream Magento 2.4.9) to individual.json and composite.json, and set the 3.1.0 line to end-of-life on the 3.2.0 release date (2026-07-14), per the same-day supersede convention. Composer is bumped 2.9.8 -> 2.10.2 (current stable) for 3.2.0 and the open-ended / :next entries. The rest of the certified service stack is unchanged from 3.1.0, including the temporary mysql:8.4 override (mage-os#377). New composite line >=3.2 <3.3 added. dist/index.js rebuilt; all 114 tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <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
Adds the
mage-os/project-community-edition:3.2.0entry (upstream Magento 2.4.9) to the supported-version matrix, and retires the 3.1.0 line.Changes
individual.json— new3.2.0entry;3.1.0EOL set to2026-07-14(the 3.2.0 release date), per the same-day supersede convention established in feat(supported-version): add Mage-OS 3.0.0 (Magento 2.4.9) #376.composite.json— new>=3.2 <3.3line;>=3.1 <3.2EOL set to2026-07-14; open-ended and:nextentries refreshed to the new release.get-currently-supported.spec.ts— new "Release of 3.2.0" case.dist/index.js— rebuilt.Service stack
Composer is bumped 2.9.8 → 2.10.2 (current stable) for 3.2.0 and the open-ended /
:nextentries. Historic entries keep their pinned versions.Everything else is unchanged from 3.1.0: PHP 8.4,
mysql:8.4,opensearchproject/opensearch:3,rabbitmq:4.1-management,valkey/valkey:8,varnish:7.7,nginx:1.28. That includes the temporarymysql:8.4override from #377 — still carried, not yet reverted.Upstream stays at Magento 2.4.9, matching 3.1.0 and 3.0.0.
Tests
All 114 tests pass (113 before, plus the new release case).
🤖 Generated with Claude Code