Add 2.4.4-p8, 2.4.5-p7, 2.4.6-p5 and 2.4.7 releases to supported-versions matrix (#222)

* Add 2.4.4-p8, 2.4.5-p7, 2.4.6-p6 and 2.4.7 releases to supported-versions matrix

* Update build
This commit is contained in:
Vinai Kopp
2024-04-30 11:12:32 +02:00
committed by GitHub
parent 52584b3dd2
commit 4f193802bc
4 changed files with 113 additions and 33 deletions
+5 -5
View File
File diff suppressed because one or more lines are too long
@@ -39,22 +39,32 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
'magento/project-community-edition:2.4.6-p3', 'magento/project-community-edition:2.4.6-p3',
]], ]],
['2024-12-31T00:00:00Z', 'End of 2024', [ ['2024-12-31T00:00:00Z', 'End of 2024', [
'magento/project-community-edition:2.4.4-p7', 'magento/project-community-edition:2.4.4-p8',
'magento/project-community-edition:2.4.5-p6', 'magento/project-community-edition:2.4.5-p7',
'magento/project-community-edition:2.4.6-p4', 'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]], ]],
['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-p6', 'magento/project-community-edition:2.4.5-p7',
'magento/project-community-edition:2.4.6-p4', 'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]], ]],
['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-p6', 'magento/project-community-edition:2.4.5-p7',
'magento/project-community-edition:2.4.6-p4', 'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]], ]],
['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-p4', 'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]], ]],
['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',
]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
'magento/project-community-edition:2.4.7',
]],
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
]], ]],
])( ])(
'supportedVersions for %s', 'supportedVersions for %s',
@@ -111,32 +111,46 @@
"release": "2023-03-14T00:00:00+0000", "release": "2023-03-14T00:00:00+0000",
"eol": "2026-03-14T00:00:00+0000" "eol": "2026-03-14T00:00:00+0000"
}, },
"magento/project-community-edition": { "magento/project-community-edition:>=2.4.7 <2.4.8": {
"magento": "magento/project-community-edition", "magento": "magento/project-community-edition:>=2.4.7 <2.4.8",
"php": 8.1, "php": 8.3,
"composer": "2.2.21", "composer": "2.7.4",
"mysql": "mysql:8.0", "mysql": "mariadb:10.6",
"elasticsearch": "elasticsearch:8.5.3", "elasticsearch": "opensearch:2.12.0",
"rabbitmq": "rabbitmq:3.9-management", "rabbitmq": "rabbitmq:3.12-management",
"redis": "redis:7.0", "redis": "redis:7.2",
"varnish": "varnish:7.3", "varnish": "varnish:7.4",
"nginx": "nginx:1.22", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2015-11-17T00:00:00+0000", "release": "2024-04-09T00:00:00+0000",
"eol": "2026-03-14T00:00:00+0000" "eol": "2027-04-09T00:00:00+0000"
},
"magento/project-community-edition": {
"magento": "magento/project-community-edition:>=2.4.7 <2.4.8",
"php": 8.3,
"composer": "2.7.4",
"mysql": "mariadb:10.6",
"elasticsearch": "opensearch:2.12.0",
"rabbitmq": "rabbitmq:3.12-management",
"redis": "redis:7.2",
"varnish": "varnish:7.4",
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2024-04-09T00:00:00+0000",
"eol": "2027-04-09T00:00:00+0000"
}, },
"magento/project-community-edition:next": { "magento/project-community-edition:next": {
"magento": "magento/project-community-edition:next", "magento": "magento/project-community-edition:next",
"php": 8.2, "php": 8.3,
"composer": "2", "composer": "2",
"mysql": "mysql:8.0", "mysql": "mariadb:10.6",
"elasticsearch": "elasticsearch:8.5.3", "elasticsearch": "opensearch:2.12.0",
"rabbitmq": "rabbitmq:3.11-management", "rabbitmq": "rabbitmq:3.12-management",
"redis": "redis:7.0", "redis": "redis:7.2",
"varnish": "varnish:7.3", "varnish": "varnish:7.4",
"nginx": "nginx:1.22", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2015-11-17T00:00:00+0000", "release": "2015-11-17T00:00:00+0000",
"eol": "2026-03-14T00:00:00+0000" "eol": "2027-04-09T00:00:00+0000"
} }
} }
@@ -291,6 +291,20 @@
"nginx": "nginx:1.22", "nginx": "nginx:1.22",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-02-12T00:00:00+0000", "release": "2024-02-12T00:00:00+0000",
"eol": "2024-04-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.4-p8": {
"magento": "magento/project-community-edition:2.4.4-p8",
"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": "2024-04-09T00: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": {
@@ -389,6 +403,20 @@
"nginx": "nginx:1.22", "nginx": "nginx:1.22",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-02-12T00:00:00+0000", "release": "2024-02-12T00:00:00+0000",
"eol": "2024-04-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.5-p7": {
"magento": "magento/project-community-edition:2.4.5-p7",
"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": "2024-04-09T00: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": {
@@ -459,6 +487,34 @@
"nginx": "nginx:1.22", "nginx": "nginx:1.22",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-02-12T00:00:00+0000", "release": "2024-02-12T00:00:00+0000",
"eol": "2024-04-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.6-p5": {
"magento": "magento/project-community-edition:2.4.6-p5",
"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": "2024-04-09T00: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": "magento/project-community-edition:2.4.7",
"php": 8.3,
"composer": "2.7.4",
"mysql": "mariadb:10.6",
"elasticsearch": "opensearch:2.12.0",
"rabbitmq": "rabbitmq:3.12-management",
"redis": "redis:7.2",
"varnish": "varnish:7.4",
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2024-04-09T00:00:00+0000",
"eol": "2027-04-09T00:00:00+0000"
} }
} }