Add releases 2.4.4-p12, 2.4.5-p11, 2.4.6-p9 and 2.4.7-p4 (#262)

* Add releases 2.4.4-p12, 2.4.5-p11, 2.4.6-p9 and 2.4.7-p4

* npm run build

* Updated tests and fixed dates
This commit is contained in:
Fabrizio Balliano
2025-02-11 17:48:46 +00:00
committed by GitHub
parent b71a68f6c5
commit d763a4f246
3 changed files with 101 additions and 41 deletions
+31 -31
View File
File diff suppressed because one or more lines are too long
@@ -45,24 +45,28 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
'magento/project-community-edition:2.4.7-p3', 'magento/project-community-edition:2.4.7-p3',
]], ]],
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [ ['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p10', 'magento/project-community-edition:2.4.5-p11',
'magento/project-community-edition:2.4.6-p8', 'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p3', 'magento/project-community-edition:2.4.7-p4',
]], ]],
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [ ['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p10', 'magento/project-community-edition:2.4.5-p11',
'magento/project-community-edition:2.4.6-p8', 'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p3', 'magento/project-community-edition:2.4.7-p4',
]], ]],
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [ ['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
'magento/project-community-edition:2.4.6-p8', 'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p3', 'magento/project-community-edition:2.4.7-p4',
]],
['2025-12-31T00:00:00Z', 'End of 2025', [
'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p4',
]], ]],
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [ ['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
'magento/project-community-edition:2.4.7-p3', 'magento/project-community-edition:2.4.7-p4',
]], ]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [ ['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
'magento/project-community-edition:2.4.7-p3', 'magento/project-community-edition:2.4.7-p4',
]], ]],
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [ ['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
]], ]],
@@ -347,6 +347,20 @@
"nginx": "nginx:1.22", "nginx": "nginx:1.22",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-10-08T00:00:00+0000", "release": "2024-10-08T00:00:00+0000",
"eol": "2025-02-10T00:00:00+0000"
},
"magento/project-community-edition:2.4.4-p12": {
"magento": "magento/project-community-edition:2.4.4-p12",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:7.17.5",
"rabbitmq": "rabbitmq:3.9-management",
"redis": "redis:6.2",
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2025-02-11T00:00:00+0000",
"eol": "2025-04-24T00:00:00+0000" "eol": "2025-04-24T00:00:00+0000"
}, },
"magento/project-community-edition:2.4.5": { "magento/project-community-edition:2.4.5": {
@@ -501,6 +515,20 @@
"nginx": "nginx:1.22", "nginx": "nginx:1.22",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-10-08T00:00:00+0000", "release": "2024-10-08T00:00:00+0000",
"eol": "2025-02-10T00:00:00+0000"
},
"magento/project-community-edition:2.4.5-p11": {
"magento": "magento/project-community-edition:2.4.5-p11",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:7.17.5",
"rabbitmq": "rabbitmq:3.11-management",
"redis": "redis:6.2",
"varnish": "varnish:7.1",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2025-02-11T00:00:00+0000",
"eol": "2025-08-09T00:00:00+0000" "eol": "2025-08-09T00:00:00+0000"
}, },
"magento/project-community-edition:2.4.6": { "magento/project-community-edition:2.4.6": {
@@ -627,6 +655,20 @@
"nginx": "nginx:1.22", "nginx": "nginx:1.22",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-10-08T00:00:00+0000", "release": "2024-10-08T00:00:00+0000",
"eol": "2025-02-10T00:00:00+0000"
},
"magento/project-community-edition:2.4.6-p9": {
"magento": "magento/project-community-edition:2.4.6-p9",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:8.5.3",
"rabbitmq": "rabbitmq:3.9-management",
"redis": "redis:7.0",
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2025-02-11T00:00:00+0000",
"eol": "2026-03-14T00:00:00+0000" "eol": "2026-03-14T00:00:00+0000"
}, },
"magento/project-community-edition:2.4.7": { "magento/project-community-edition:2.4.7": {
@@ -683,6 +725,20 @@
"nginx": "nginx:1.26", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-10-08T00:00:00+0000", "release": "2024-10-08T00:00:00+0000",
"eol": "2025-02-10T00:00:00+0000"
},
"magento/project-community-edition:2.4.7-p4": {
"magento": "magento/project-community-edition:2.4.7-p4",
"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-02-11T00:00:00+0000",
"eol": "2027-04-09T00:00:00+0000" "eol": "2027-04-09T00:00:00+0000"
} }
} }