feat(supported-version): add Mage-OS 3.0.0 (Magento 2.4.9)#376
Merged
rhoerr merged 2 commits intoMay 19, 2026
Merged
Conversation
Add the mage-os/project-community-edition:3.0.0 entry (upstream Magento 2.4.9) to individual.json and composite.json, and set the previous 2.3.0 line to end-of-life on the 3.0.0 release date (2026-05-19), per the same-day supersede convention. 3.0.0 adopts the Magento 2.4.9 certified service stack: MariaDB 11.4, OpenSearch 3, RabbitMQ 4.1, Valkey 8 (replacing Redis), Varnish 7.7, Nginx 1.28. PHP is set to 8.5 for the Mage-OS 3.0 line. dist/index.js rebuilt; all 112 tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
marcelmtz
commented
May 18, 2026
Mirror the upstream Magento 2.4.9 certified row (php: 8.4) instead of 8.5, keeping the matrix aligned with magento-open-source. Updates the 3.0.0 individual entry and the composite >=3.0 <3.1 / open / :next entries. dist/index.js rebuilt; 112 tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rhoerr
approved these changes
May 18, 2026
Contributor
rhoerr
left a comment
There was a problem hiding this comment.
Tentatively approved; thank you. Let's wait until release day to merge it.
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
Add Mage-OS 3.0.0 (upstream Magento Open Source 2.4.9) to the supported-version matrix.
Changes
supported-version/src/versions/mage-os/individual.jsonmage-os/project-community-edition:3.0.02.3.0eol→2026-05-19(the 3.0.0 release date — same-day supersede convention, matching the 2.2.2→2.3.0 boundary)supported-version/src/versions/mage-os/composite.jsonmage-os/project-community-edition:>=3.0 <3.1>=2.3 <2.4eol→2026-05-19mage-os/project-community-editionand:nextentries to the 3.0.0 stack/datessupported-version/src/kind/get-currently-supported.spec.tsRelease of 3.0.0case (2026-05-19T00:00:01Z→[mage-os/project-community-edition:3.0.0])supported-version/dist/index.jsnpm run build) — embeds the updated JSON3.0.0 row (Magento 2.4.9 certified stack)
2029-05-13→ 2026-05-19The full row mirrors upstream
magento-open-source2.4.9 (Magento 2.4.9 certified services), including PHP 8.4, keeping the Mage-OS matrix aligned with the upstream certified stack. (Mage-OS 3.0.0 supports PHP 8.3/8.4/8.5 and drops 8.2; 8.4 is the matrix default, consistent with upstream.)Validation
npm run buildsucceeds;dist/index.jsregeneratednpm run test→ 112 passed, 12 suites, 0 failures🤖 Generated with Claude Code