feat: add upcoming release Mage-OS 1.0.3 to supported-version matrix (#229)

This commit is contained in:
Ryan Hoerr
2024-07-23 09:04:30 -04:00
committed by GitHub
parent e29ea44597
commit 6e50d0d8de
5 changed files with 3994 additions and 11 deletions
+66 -6
View File
File diff suppressed because one or more lines are too long
+3900
View File
File diff suppressed because it is too large Load Diff
+10 -1
View File
@@ -9,5 +9,14 @@
"test": "jest" "test": "jest"
}, },
"author": "", "author": "",
"license": "MIT" "license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.3"
}
} }
@@ -93,10 +93,10 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
['2024-01-01T00:00:00Z', 'First day of 2024', [ ['2024-01-01T00:00:00Z', 'First day of 2024', [
'mage-os/project-community-edition:1.0.1', 'mage-os/project-community-edition:1.0.1',
]], ]],
['2024-05-21T00:00:00Z', 'Day before release of 1.0.2', [ ['2024-07-17T00:00:00Z', 'Day before release of 1.0.2', [
'mage-os/project-community-edition:1.0.1', 'mage-os/project-community-edition:1.0.1',
]], ]],
['2024-05-22T00:00:01Z', 'Release of 1.0.2', [ ['2024-07-18T00:00:01Z', 'Release of 1.0.2', [
'mage-os/project-community-edition:1.0.2', 'mage-os/project-community-edition:1.0.2',
]], ]],
])( ])(
@@ -25,7 +25,7 @@
"nginx": "nginx:1.22", "nginx": "nginx:1.22",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2023-10-11T00:00:00+0000", "release": "2023-10-11T00:00:00+0000",
"eol": "2024-05-21T00:00:00+0000" "eol": "2024-07-17T00:00:00+0000"
}, },
"mage-os/project-community-edition:1.0.2": { "mage-os/project-community-edition:1.0.2": {
"magento": "mage-os/project-community-edition:1.0.2", "magento": "mage-os/project-community-edition:1.0.2",
@@ -38,7 +38,21 @@
"varnish": "varnish:7.5", "varnish": "varnish:7.5",
"nginx": "nginx:1.26", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-05-22T00:00:00+0000", "release": "2024-07-18T00:00:00+0000",
"eol": "2024-07-22T00:00:00+0000"
},
"mage-os/project-community-edition:1.0.3": {
"magento": "mage-os/project-community-edition:1.0.3",
"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-07-23T00:00:00+0000",
"eol": "2026-10-11T00:00:00+0000" "eol": "2026-10-11T00:00:00+0000"
} }
} }