mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat(supported-versions): 1.3.1 (#297)
This commit is contained in:
committed by
Damien Retzinger
parent
2b6d19f691
commit
a8e8db3572
Vendored
+17
-17
File diff suppressed because one or more lines are too long
@@ -128,6 +128,9 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
|
|||||||
['2025-08-13T00:00:01Z', 'Release of 1.3.0', [
|
['2025-08-13T00:00:01Z', 'Release of 1.3.0', [
|
||||||
'mage-os/project-community-edition:1.3.0',
|
'mage-os/project-community-edition:1.3.0',
|
||||||
]],
|
]],
|
||||||
|
['2025-09-09T00:00:01Z', 'Release of 1.3.1', [
|
||||||
|
'mage-os/project-community-edition:1.3.1',
|
||||||
|
]],
|
||||||
])(
|
])(
|
||||||
'supportedVersions for %s',
|
'supportedVersions for %s',
|
||||||
(date, description ,result) => {
|
(date, description ,result) => {
|
||||||
|
|||||||
@@ -162,6 +162,21 @@
|
|||||||
"nginx": "nginx:1.26",
|
"nginx": "nginx:1.26",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2025-08-13T00:00:00+0000",
|
"release": "2025-08-13T00:00:00+0000",
|
||||||
"eol": "2028-08-12T00:00:00+0000"
|
"eol": "2025-09-08T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"mage-os/project-community-edition:1.3.1": {
|
||||||
|
"magento": "mage-os/project-community-edition:1.3.1",
|
||||||
|
"upstream": "2.4.8-p2",
|
||||||
|
"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-09-09T00:00:00+0000",
|
||||||
|
"eol": "2028-09-08T00:00:00+0000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user