Skip to content

Commit c68bfbb

Browse files
authored
Add supported version for Mage-OS 2.2.2 (#317)
1 parent dba3ebd commit c68bfbb

4 files changed

Lines changed: 27 additions & 9 deletions

File tree

supported-version/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supported-version/src/kind/get-currently-supported.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
139139
['2026-03-10T00:00:01Z', 'Release of 2.2.0', [
140140
'mage-os/project-community-edition:2.2.0',
141141
]],
142+
['2026-04-15T00:00:01Z', 'Release of 2.2.2', [
143+
'mage-os/project-community-edition:2.2.2',
144+
]],
142145
])(
143146
'supportedVersions for %s',
144147
(date, description ,result) => {

supported-version/src/versions/mage-os/composite.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,34 +95,34 @@
9595
"nginx": "nginx:1.26",
9696
"os": "ubuntu-latest",
9797
"release": "2026-03-10T00:00:00+0000",
98-
"eol": "2029-03-18T00:00:00+0000"
98+
"eol": "2029-04-15T00:00:00+0000"
9999
},
100100
"mage-os/project-community-edition": {
101101
"magento": "mage-os/project-community-edition",
102102
"php": 8.4,
103-
"composer": "2.9.3",
103+
"composer": "2.9.7",
104104
"mysql": "mysql:8.4",
105105
"opensearch": "opensearchproject/opensearch:2.19.1",
106106
"rabbitmq": "rabbitmq:4.0-management",
107107
"redis": "redis:7.2",
108108
"varnish": "varnish:7.6",
109109
"nginx": "nginx:1.26",
110110
"os": "ubuntu-latest",
111-
"release": "2026-03-18T00:00:00+0000",
112-
"eol": "2029-03-18T00:00:00+0000"
111+
"release": "2026-04-15T00:00:00+0000",
112+
"eol": "2029-04-15T00:00:00+0000"
113113
},
114114
"mage-os/project-community-edition:next": {
115115
"magento": "mage-os/project-community-edition:next",
116116
"php": 8.4,
117-
"composer": "2.9.3",
117+
"composer": "2.9.7",
118118
"mysql": "mysql:8.4",
119119
"opensearch": "opensearchproject/opensearch:2.19.1",
120120
"rabbitmq": "rabbitmq:4.0-management",
121121
"redis": "redis:7.2",
122122
"varnish": "varnish:7.6",
123123
"nginx": "nginx:1.26",
124124
"os": "ubuntu-latest",
125-
"release": "2026-03-18T00:00:00+0000",
126-
"eol": "2029-03-18T00:00:00+0000"
125+
"release": "2026-04-15T00:00:00+0000",
126+
"eol": "2029-04-15T00:00:00+0000"
127127
}
128128
}

supported-version/src/versions/mage-os/individual.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,21 @@
237237
"nginx": "nginx:1.26",
238238
"os": "ubuntu-latest",
239239
"release": "2026-03-18T00:00:00+0000",
240-
"eol": "2029-03-18T00:00:00+0000"
240+
"eol": "2026-04-15T00:00:00+0000"
241+
},
242+
"mage-os/project-community-edition:2.2.2": {
243+
"magento": "mage-os/project-community-edition:2.2.2",
244+
"upstream": "2.4.8-p4",
245+
"php": 8.4,
246+
"composer": "2.9.7",
247+
"mysql": "mysql:8.4",
248+
"opensearch": "opensearchproject/opensearch:2.19.1",
249+
"rabbitmq": "rabbitmq:4.0-management",
250+
"redis": "redis:7.2",
251+
"varnish": "varnish:7.6",
252+
"nginx": "nginx:1.26",
253+
"os": "ubuntu-latest",
254+
"release": "2026-04-15T00:00:00+0000",
255+
"eol": "2029-04-15T00:00:00+0000"
241256
}
242257
}

0 commit comments

Comments
 (0)