mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
V2.4.6-p1
* feat: add support for newly released Magento versions * tmp
This commit is contained in:
Vendored
+5
-5
File diff suppressed because one or more lines are too long
@@ -12,30 +12,33 @@ describe('getCurrentlySupportedVersions', () => {
|
|||||||
['2023-01-01T00:00:00Z', 'First day of 2023', [
|
['2023-01-01T00:00:00Z', 'First day of 2023', [
|
||||||
'magento/project-community-edition:2.4.4-p2',
|
'magento/project-community-edition:2.4.4-p2',
|
||||||
'magento/project-community-edition:2.4.4-p3',
|
'magento/project-community-edition:2.4.4-p3',
|
||||||
|
'magento/project-community-edition:2.4.4-p4',
|
||||||
'magento/project-community-edition:2.4.5-p1',
|
'magento/project-community-edition:2.4.5-p1',
|
||||||
'magento/project-community-edition:2.4.5-p2',
|
'magento/project-community-edition:2.4.5-p2',
|
||||||
|
'magento/project-community-edition:2.4.5-p3',
|
||||||
'magento/project-community-edition:2.4.6',
|
'magento/project-community-edition:2.4.6',
|
||||||
|
'magento/project-community-edition:2.4.6-p1',
|
||||||
]],
|
]],
|
||||||
['2024-01-01T00:00:00Z', 'First day of 2024', [
|
['2024-01-01T00:00:00Z', 'First day of 2024', [
|
||||||
'magento/project-community-edition:2.4.4-p3',
|
'magento/project-community-edition:2.4.4-p4',
|
||||||
'magento/project-community-edition:2.4.5-p2',
|
'magento/project-community-edition:2.4.5-p3',
|
||||||
'magento/project-community-edition:2.4.6',
|
'magento/project-community-edition:2.4.6-p1',
|
||||||
]],
|
]],
|
||||||
['2024-12-31T00:00:00Z', 'End of 2024', [
|
['2024-12-31T00:00:00Z', 'End of 2024', [
|
||||||
'magento/project-community-edition:2.4.4-p3',
|
'magento/project-community-edition:2.4.4-p4',
|
||||||
'magento/project-community-edition:2.4.5-p2',
|
'magento/project-community-edition:2.4.5-p3',
|
||||||
'magento/project-community-edition:2.4.6',
|
'magento/project-community-edition:2.4.6-p1',
|
||||||
]],
|
]],
|
||||||
['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-p2',
|
'magento/project-community-edition:2.4.5-p3',
|
||||||
'magento/project-community-edition:2.4.6',
|
'magento/project-community-edition:2.4.6-p1',
|
||||||
]],
|
]],
|
||||||
['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-p2',
|
'magento/project-community-edition:2.4.5-p3',
|
||||||
'magento/project-community-edition:2.4.6',
|
'magento/project-community-edition:2.4.6-p1',
|
||||||
]],
|
]],
|
||||||
['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',
|
'magento/project-community-edition:2.4.6-p1',
|
||||||
]],
|
]],
|
||||||
])(
|
])(
|
||||||
'supportedVersions for %s',
|
'supportedVersions for %s',
|
||||||
|
|||||||
@@ -67,65 +67,65 @@
|
|||||||
"magento/project-community-edition:>=2.4.4 <2.4.5": {
|
"magento/project-community-edition:>=2.4.4 <2.4.5": {
|
||||||
"magento": "magento/project-community-edition:>=2.4.4 <2.4.5",
|
"magento": "magento/project-community-edition:>=2.4.4 <2.4.5",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
"composer": 2,
|
"composer": "2.2.21",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:7.16.3",
|
"elasticsearch": "elasticsearch:7.17.5",
|
||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.3",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2025-04-24T00:00:00+0000"
|
"eol": "2025-04-24T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition:>=2.4.5 <2.4.6": {
|
"magento/project-community-edition:>=2.4.5 <2.4.6": {
|
||||||
"magento": "magento/project-community-edition:>=2.4.5 <2.4.6",
|
"magento": "magento/project-community-edition:>=2.4.5 <2.4.6",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
"composer": 2,
|
"composer": "2.2.21",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:7.17.5",
|
"elasticsearch": "elasticsearch:7.17.5",
|
||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.11-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.1",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2025-08-09T00:00:00+0000"
|
"eol": "2025-08-09T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition:>=2.4.6 <2.4.7": {
|
"magento/project-community-edition:>=2.4.6 <2.4.7": {
|
||||||
"magento": "magento/project-community-edition:>=2.4.6 <2.4.7",
|
"magento": "magento/project-community-edition:>=2.4.6 <2.4.7",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
"composer": "2.4.4",
|
"composer": "2.2.21",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:7.17.5",
|
"elasticsearch": "elasticsearch:8.5",
|
||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:7.0",
|
"redis": "redis:7.0",
|
||||||
"varnish": "varnish:7.1",
|
"varnish": "varnish:7.3",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2026-03-14T00:00:00+0000"
|
"eol": "2026-03-14T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition": {
|
"magento/project-community-edition": {
|
||||||
"magento": "magento/project-community-edition",
|
"magento": "magento/project-community-edition",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
"composer": "2.4.4",
|
"composer": "2.2.21",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:7.17.5",
|
"elasticsearch": "elasticsearch:8.5",
|
||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:7.0",
|
"redis": "redis:7.0",
|
||||||
"varnish": "varnish:7.1",
|
"varnish": "varnish:7.3",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2026-03-14T00:00:00+0000"
|
"eol": "2026-03-14T00: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.1,
|
"php": 8.2,
|
||||||
"composer": 2,
|
"composer": "2",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:7.17.5",
|
"elasticsearch": "elasticsearch:8.5",
|
||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.11-management",
|
||||||
"redis": "redis:7.0",
|
"redis": "redis:7.0",
|
||||||
"varnish": "varnish:7.1",
|
"varnish": "varnish:7.3",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2026-03-14T00:00:00+0000"
|
"eol": "2026-03-14T00:00:00+0000"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -177,7 +177,7 @@
|
|||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2022-08-09T00:00:00+0000"
|
"eol": "2022-08-09T00:00:00+0000"
|
||||||
},
|
},
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2022-10-11T00:00:00+0000"
|
"eol": "2022-10-11T00:00:00+0000"
|
||||||
},
|
},
|
||||||
@@ -203,7 +203,7 @@
|
|||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2023-03-14T00:00:00+0000"
|
"eol": "2023-03-14T00:00:00+0000"
|
||||||
},
|
},
|
||||||
@@ -216,7 +216,20 @@
|
|||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.1",
|
"varnish": "varnish:7.1",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"eol": "2023-06-13T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.4-p4": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.4-p4",
|
||||||
|
"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",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2025-04-24T00:00:00+0000"
|
"eol": "2025-04-24T00:00:00+0000"
|
||||||
},
|
},
|
||||||
@@ -229,7 +242,7 @@
|
|||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2022-08-09T00:00:00+0000"
|
"eol": "2022-08-09T00:00:00+0000"
|
||||||
},
|
},
|
||||||
@@ -242,7 +255,7 @@
|
|||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2023-03-14T00:00:00+0000"
|
"eol": "2023-03-14T00:00:00+0000"
|
||||||
},
|
},
|
||||||
@@ -255,20 +268,46 @@
|
|||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:6.2",
|
"redis": "redis:6.2",
|
||||||
"varnish": "varnish:7.1",
|
"varnish": "varnish:7.1",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"eol": "2023-06-13T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.5-p3": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.5-p3",
|
||||||
|
"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",
|
"os": "ubuntu-latest",
|
||||||
"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": {
|
||||||
"magento": "magento/project-community-edition:2.4.6",
|
"magento": "magento/project-community-edition:2.4.6",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
"composer": "2.4.4",
|
"composer": "2.2.21",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:7.17.5",
|
"elasticsearch": "elasticsearch:7.17.5",
|
||||||
"rabbitmq": "rabbitmq:3.9-management",
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
"redis": "redis:7.0",
|
"redis": "redis:7.0",
|
||||||
"varnish": "varnish:7.1",
|
"varnish": "varnish:7.1",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.22",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"eol": "2023-06-13T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.6-p1": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.6-p1",
|
||||||
|
"php": 8.1,
|
||||||
|
"composer": "2.2.21",
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:8.5",
|
||||||
|
"rabbitmq": "rabbitmq:3.9-management",
|
||||||
|
"redis": "redis:7.0",
|
||||||
|
"varnish": "varnish:7.3",
|
||||||
|
"nginx": "nginx:1.22",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"eol": "2026-03-14T00:00:00+0000"
|
"eol": "2026-03-14T00:00:00+0000"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user