mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
chore: add Magento Open Source 2.4.7-p2 and Mage-OS Distribution 1.0.4 to the version matrix (#230)
* chore: add Magento Open Source 2.4.7-p2 and Mage-OS Distribution 1.0.4 to the version matrix * chore: add Magento 2.4.4-p10, 2.4.5-p9, 2.4.6-p7 to the version matrix
This commit is contained in:
Vendored
+32
-32
File diff suppressed because one or more lines are too long
@@ -39,30 +39,30 @@ 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-p9',
|
'magento/project-community-edition:2.4.4-p10',
|
||||||
'magento/project-community-edition:2.4.5-p8',
|
'magento/project-community-edition:2.4.5-p9',
|
||||||
'magento/project-community-edition:2.4.6-p6',
|
'magento/project-community-edition:2.4.6-p7',
|
||||||
'magento/project-community-edition:2.4.7-p1',
|
'magento/project-community-edition:2.4.7-p2',
|
||||||
]],
|
]],
|
||||||
['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-p8',
|
'magento/project-community-edition:2.4.5-p9',
|
||||||
'magento/project-community-edition:2.4.6-p6',
|
'magento/project-community-edition:2.4.6-p7',
|
||||||
'magento/project-community-edition:2.4.7-p1',
|
'magento/project-community-edition:2.4.7-p2',
|
||||||
]],
|
]],
|
||||||
['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-p8',
|
'magento/project-community-edition:2.4.5-p9',
|
||||||
'magento/project-community-edition:2.4.6-p6',
|
'magento/project-community-edition:2.4.6-p7',
|
||||||
'magento/project-community-edition:2.4.7-p1',
|
'magento/project-community-edition:2.4.7-p2',
|
||||||
]],
|
]],
|
||||||
['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-p6',
|
'magento/project-community-edition:2.4.6-p7',
|
||||||
'magento/project-community-edition:2.4.7-p1',
|
'magento/project-community-edition:2.4.7-p2',
|
||||||
]],
|
]],
|
||||||
['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-p1',
|
'magento/project-community-edition:2.4.7-p2',
|
||||||
]],
|
]],
|
||||||
['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-p1',
|
'magento/project-community-edition:2.4.7-p2',
|
||||||
]],
|
]],
|
||||||
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
|
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
|
||||||
]],
|
]],
|
||||||
|
|||||||
@@ -53,6 +53,20 @@
|
|||||||
"nginx": "nginx:1.26",
|
"nginx": "nginx:1.26",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2024-07-23T00:00:00+0000",
|
"release": "2024-07-23T00:00:00+0000",
|
||||||
|
"eol": "2024-08-19T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"mage-os/project-community-edition:1.0.4": {
|
||||||
|
"magento": "mage-os/project-community-edition:1.0.4",
|
||||||
|
"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": "2024-08-20T00:00:00+0000",
|
||||||
"eol": "2026-10-11T00:00:00+0000"
|
"eol": "2026-10-11T00:00:00+0000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -319,6 +319,20 @@
|
|||||||
"nginx": "nginx:1.22",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2024-06-11T00:00:00+0000",
|
"release": "2024-06-11T00:00:00+0000",
|
||||||
|
"eol": "2024-08-12T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.4-p10": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.4-p10",
|
||||||
|
"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-08-13T00: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": {
|
||||||
@@ -445,6 +459,20 @@
|
|||||||
"nginx": "nginx:1.22",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2024-06-11T00:00:00+0000",
|
"release": "2024-06-11T00:00:00+0000",
|
||||||
|
"eol": "2024-08-12T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.5-p9": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.5-p9",
|
||||||
|
"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-08-13T00: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": {
|
||||||
@@ -543,6 +571,20 @@
|
|||||||
"nginx": "nginx:1.22",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2024-06-11T00:00:00+0000",
|
"release": "2024-06-11T00:00:00+0000",
|
||||||
|
"eol": "2024-08-12T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.6-p7": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.6-p7",
|
||||||
|
"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-08-13T00: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": {
|
||||||
@@ -571,6 +613,20 @@
|
|||||||
"nginx": "nginx:1.26",
|
"nginx": "nginx:1.26",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2024-06-11T00:00:00+0000",
|
"release": "2024-06-11T00:00:00+0000",
|
||||||
|
"eol": "2024-08-12T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.7-p2": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.7-p2",
|
||||||
|
"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": "2024-08-13T00:00:00+0000",
|
||||||
"eol": "2027-04-09T00:00:00+0000"
|
"eol": "2027-04-09T00:00:00+0000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user