Skip to content

Commit dba3ebd

Browse files
authored
chore(supported-version): Add supported version for Mage-OS 2.2.1 (mage-os#316)
1 parent 2d63af6 commit dba3ebd

3 files changed

Lines changed: 22 additions & 7 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/versions/mage-os/composite.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"nginx": "nginx:1.26",
9696
"os": "ubuntu-latest",
9797
"release": "2026-03-10T00:00:00+0000",
98-
"eol": "2029-03-10T00:00:00+0000"
98+
"eol": "2029-03-18T00:00:00+0000"
9999
},
100100
"mage-os/project-community-edition": {
101101
"magento": "mage-os/project-community-edition",
@@ -108,8 +108,8 @@
108108
"varnish": "varnish:7.6",
109109
"nginx": "nginx:1.26",
110110
"os": "ubuntu-latest",
111-
"release": "2026-03-10T00:00:00+0000",
112-
"eol": "2029-03-10T00:00:00+0000"
111+
"release": "2026-03-18T00:00:00+0000",
112+
"eol": "2029-03-18T00:00:00+0000"
113113
},
114114
"mage-os/project-community-edition:next": {
115115
"magento": "mage-os/project-community-edition:next",
@@ -122,7 +122,7 @@
122122
"varnish": "varnish:7.6",
123123
"nginx": "nginx:1.26",
124124
"os": "ubuntu-latest",
125-
"release": "2026-03-10T00:00:00+0000",
126-
"eol": "2029-03-10T00:00:00+0000"
125+
"release": "2026-03-18T00:00:00+0000",
126+
"eol": "2029-03-18T00: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
@@ -222,6 +222,21 @@
222222
"nginx": "nginx:1.26",
223223
"os": "ubuntu-latest",
224224
"release": "2026-03-10T00:00:00+0000",
225-
"eol": "2029-03-10T00:00:00+0000"
225+
"eol": "2026-03-18T00:00:00+0000"
226+
},
227+
"mage-os/project-community-edition:2.2.1": {
228+
"magento": "mage-os/project-community-edition:2.2.1",
229+
"upstream": "2.4.8-p4",
230+
"php": 8.4,
231+
"composer": "2.9.3",
232+
"mysql": "mysql:8.4",
233+
"opensearch": "opensearchproject/opensearch:2.19.1",
234+
"rabbitmq": "rabbitmq:4.0-management",
235+
"redis": "redis:7.2",
236+
"varnish": "varnish:7.6",
237+
"nginx": "nginx:1.26",
238+
"os": "ubuntu-latest",
239+
"release": "2026-03-18T00:00:00+0000",
240+
"eol": "2029-03-18T00:00:00+0000"
226241
}
227242
}

0 commit comments

Comments
 (0)