feat(supported-version): add Mage-OS 3.1.0 (Magento 2.4.9)#382
Open
marcelmtz wants to merge 1 commit into
Open
feat(supported-version): add Mage-OS 3.1.0 (Magento 2.4.9)#382marcelmtz wants to merge 1 commit into
marcelmtz wants to merge 1 commit into
Conversation
Add the mage-os/project-community-edition:3.1.0 entry (upstream Magento 2.4.9) to individual.json and composite.json, and set the 3.0.0 line to end-of-life on the 3.1.0 release date (2026-06-16), per the same-day supersede convention. 3.1.0 keeps the same certified service stack as 3.0.0, including the temporary mysql:8.4 override (see mage-os#377). New composite line >=3.1 <3.2 added; open-ended and :next entries refreshed. dist/index.js rebuilt; all 113 tests pass. Co-Authored-By: Claude Fable 5 <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 Mage-OS 3.1.0 (releasing 2026-06-16, upstream Magento 2.4.9) to the supported-version matrix, ahead of the release build.
individual.json: newmage-os/project-community-edition:3.1.0entry;3.0.0EOL set to2026-06-16(same-day supersede convention, as in feat(supported-version): add Mage-OS 3.0.0 (Magento 2.4.9) #376)composite.json: new>=3.1 <3.2line;>=3.0 <3.1EOL closed at2026-06-16; open-ended and:nextentries refreshedget-currently-supported.spec.ts: test case for the 3.1.0 release datedist/index.jsrebuilt3.1.0 is a patch-scope release on the 3.0 line (composer-root-update-plugin fix), so the service stack is unchanged from 3.0.0 — including the temporary
mysql:8.4override from #377.Test plan
npm run buildinsupported-version/(dist rebuilt)npm run test: 113/113 pass🤖 Generated with Claude Code