feat(supported-versions): update matrix for Magento 2.4.8-p3, 2.4.7-p8, 2.4.6-p13 (#301)

This commit is contained in:
Ryan Hoerr
2025-10-14 10:54:44 -04:00
committed by Damien Retzinger
parent a8e8db3572
commit e99b140104
3 changed files with 82 additions and 40 deletions
+30 -30
View File
File diff suppressed because one or more lines are too long
@@ -68,26 +68,26 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
'magento/project-community-edition:2.4.7-p6',
'magento/project-community-edition:2.4.8-p1',
]],
['2025-08-13T00:00:00Z', 'Day after August 2025 patch release', [
['2025-08-14T00:00:00Z', 'Day after August 2025 patch release', [
'magento/project-community-edition:2.4.6-p12',
'magento/project-community-edition:2.4.7-p7',
'magento/project-community-edition:2.4.8-p2',
]],
['2025-12-31T00:00:00Z', 'End of 2025', [
'magento/project-community-edition:2.4.6-p12',
'magento/project-community-edition:2.4.7-p7',
'magento/project-community-edition:2.4.8-p2',
'magento/project-community-edition:2.4.6-p13',
'magento/project-community-edition:2.4.7-p8',
'magento/project-community-edition:2.4.8-p3',
]],
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
'magento/project-community-edition:2.4.7-p7',
'magento/project-community-edition:2.4.8-p2',
'magento/project-community-edition:2.4.7-p8',
'magento/project-community-edition:2.4.8-p3',
]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
'magento/project-community-edition:2.4.7-p7',
'magento/project-community-edition:2.4.8-p2',
'magento/project-community-edition:2.4.7-p8',
'magento/project-community-edition:2.4.8-p3',
]],
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
'magento/project-community-edition:2.4.8-p2',
'magento/project-community-edition:2.4.8-p3',
]],
])(
'supportedVersions for %s',
@@ -139,4 +139,4 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
).toEqual(result);
}
);
})
})
@@ -767,6 +767,20 @@
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2025-08-12T00:00:00+0000",
"eol": "2025-10-14T00:00:00+0000"
},
"magento/project-community-edition:2.4.6-p13": {
"magento": "magento/project-community-edition:2.4.6-p13",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:8.5.3",
"rabbitmq": "rabbitmq:3.13-management",
"redis": "redis:7.2",
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2025-10-14T00:00:00+0000",
"eol": "2026-03-14T00:00:00+0000"
},
"magento/project-community-edition:2.4.7": {
@@ -879,6 +893,20 @@
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2025-08-12T00:00:00+0000",
"eol": "2025-10-14T00:00:00+0000"
},
"magento/project-community-edition:2.4.7-p8": {
"magento": "magento/project-community-edition:2.4.7-p8",
"php": 8.3,
"composer": "2.7.4",
"mysql": "mariadb:10.6",
"elasticsearch": "elasticsearch:8.11.4",
"rabbitmq": "rabbitmq:3.13-management",
"redis": "redis:7.2",
"varnish": "varnish:7.5",
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2025-10-14T00:00:00+0000",
"eol": "2027-04-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.8": {
@@ -923,6 +951,20 @@
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2025-08-12T00:00:00+0000",
"eol": "2025-10-14T00:00:00+0000"
},
"magento/project-community-edition:2.4.8-p3": {
"magento": "magento/project-community-edition:2.4.8-p3",
"php": 8.4,
"composer": "2.8.8",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
"redis": "redis:7.2",
"varnish": "varnish:7.6",
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2025-10-14T00:00:00+0000",
"eol": "2028-04-09T00:00:00+0000"
}
}