Ryan Hoerr
c05755261d
fix: 'invalid kind provided' when defining usable type ( #305 )
2025-12-15 11:23:17 -05:00
Ryan Hoerr
5608271fe3
fix: allow matrix testing without EOL versions ( #299 )
...
* fix: remove versions dependent on EOL composer 1
* Restore composer 1 versions
* Add `usable` version type, filtered by code constraints
* Added code comment
* Rebuilt index.js with latest changes merged
* Updated documentation
2025-12-15 11:22:34 -05:00
Ryan Hoerr
e99b140104
feat(supported-versions): update matrix for Magento 2.4.8-p3, 2.4.7-p8, 2.4.6-p13 ( #301 )
2025-12-15 11:15:59 -05:00
Fabrizio Balliano
a8e8db3572
feat(supported-versions): 1.3.1 ( #297 )
2025-12-15 11:14:34 -05:00
Fabrizio Balliano
2b6d19f691
Added Mage-OS 1.3.0 ( #296 )
2025-12-15 11:13:04 -05:00
Vinai Kopp
499eb24a13
feat(supported-version): Add 2.4.5-p14, 2.4.6-p12, 2.4.7-p7 and 2.4.8-p2 ( #295 )
2025-12-15 11:10:46 -05:00
Fabrizio Balliano
229f7a2684
Added 2.4.5-p13, 2.4.6-p11, 2.4.7-p6, 2.4.8-p1 ( #292 )
2025-12-15 11:02:23 -05:00
Damien Retzinger
f48c544053
fix(supported-version): adjust failing tests ( #195 )
2025-04-09 13:29:32 -04:00
Damien Retzinger
21c3bb3436
feat(supported-version): add v2.4.4-p13, v2.4.5-p12, v2.4.6-p10, v2.4.7-p5 and v2.4.8 ( #187 )
2025-04-09 13:15:07 -04:00
Damien Retzinger
2f1b2eaa5d
feat(supported-version): add recent kind ( #188 )
2025-04-09 09:51:01 -04:00
Fabrizio Balliano
d763a4f246
Add releases 2.4.4-p12, 2.4.5-p11, 2.4.6-p9 and 2.4.7-p4 ( #262 )
...
* Add releases 2.4.4-p12, 2.4.5-p11, 2.4.6-p9 and 2.4.7-p4
* npm run build
* Updated tests and fixed dates
2025-02-11 18:48:46 +01:00
Ryan Hoerr
b633b2120a
feat: add new releases to the version matrix ( #232 )
...
Magento Open Source 2.4.4-p11, 2.4.5-p10, 2.4.6-p8, 2.4.7-p3
Mage-OS 1.0.5
2024-10-09 16:12:24 +02:00
Ryan Hoerr
6f6b6fd6fd
chore: add Magento Open Source 2.4.7-p2 and Mage-OS Distribution 1.0.4 to the version matrix ( #230 )
...
* chore: add Magento Open Source 2.4.7-p2 and Mage-OS Distribution 1.0.4 to the version matrix
* chore: add Magento 2.4.4-p10, 2.4.5-p9, 2.4.6-p7 to the version matrix
2024-08-19 19:28:31 -04:00
Ryan Hoerr
6e50d0d8de
feat: add upcoming release Mage-OS 1.0.3 to supported-version matrix ( #229 )
2024-07-23 15:04:30 +02:00
Vinai Kopp
a3262710f1
feat: add magento releases 2.4.4-p9, 2.4.5-p8, 2.4.6-p6, and 2.4.7-p1 ( #226 )
2024-06-11 19:06:06 +02:00
Vinai Kopp
f1b13e8984
feat: add upcoming release for mage-os 1.0.2 ( #223 )
2024-05-22 11:16:57 +02:00
Vinai Kopp
4f193802bc
Add 2.4.4-p8, 2.4.5-p7, 2.4.6-p5 and 2.4.7 releases to supported-versions matrix ( #222 )
...
* Add 2.4.4-p8, 2.4.5-p7, 2.4.6-p6 and 2.4.7 releases to supported-versions matrix
* Update build
2024-04-30 11:12:32 +02:00
Vinai Kopp
54f7204e3f
Add 2.4.4-p7, 2.4.5-p6 and 2.4.6-p4 releases to supported-versions matrix ( #219 )
2024-02-14 14:52:36 +01:00
Vinai Kopp
2086708ffc
feat: add releases 2.4.4-p6, 2.4.5-p5 and 2.4.6-p3 ( #169 )
2023-10-11 06:25:00 +13:00
Vinai Kopp
f7f0504691
feat: add project versions ( #110 )
...
* refactor: allow version matrixes by projects
* feat: add initial version-matrix for mage-os
* feat: add project as optional input to action
* docs: document new input
* refactor: tighten types a bit
* chore: apply change requests from code review
2023-09-06 22:08:57 +02:00
Damien Retzinger
5599a0d2e7
feat(supported-versions): add release date ( #100 )
...
Previously, we didn't take into account a release date, which meant
that @vinai could not add MageOS or Magento releases before the actual
day of release.
With this, we can now add the releases to supported verisons before
a release comes out, allowing us to make a kind that allows testing
MageOS and Magento Mirror releases more quickly.
2023-08-16 13:57:48 +02:00
Vinai Kopp
dd14f7859c
chore: add versions 2.4.4-p5, 2.4.5-p4 and 2.4.6-p2 ( #96 )
2023-08-08 17:47:58 +02:00
Damien Retzinger
08024b61c5
V2.4.6-p1
...
* feat: add support for newly released Magento versions
* tmp
2023-06-14 21:29:57 +02:00
Damien Retzinger
5c198049f7
feat(supported-version): validate custom_versions
...
Previously, @danslo reported that he tried to use `custom_versions` without
setting the kind. This isn't the correct behavior.
I've added a validator to alert him of this.
2023-04-16 15:18:23 -04:00
Damien Retzinger
d3b1ab6b34
feat(supported-version): Magento v2.4.6
...
Notably, the support date for v2.4.5 changed as well.
2023-03-15 09:39:29 -04:00
Damien Retzinger
dbc889f7ce
feat(supported-version): dynamically compute ( #120 )
...
Previously, I maintained supported versions by revising a file of versions. This was monotonous, like time.
Now, these are just based upon the documented EoL dates of the versions published by Magento.
2023-01-09 13:09:24 -05:00
Damien Retzinger
7431dcb7af
feat: allow using "next" version on supported version ( #58 )
...
This also allows using the action in https://github.com/mage-os/generate-mirror-repo-js where the test module is an external package installed with composer. In this case, no local path repo configuration is needed.
Co-authored-by: Vinai Kopp <Vinai@users.noreply.github.com >
2022-10-11 16:19:49 -04:00
Damien Retzinger
affb1ce1f9
feat(supported-version): add support for v2.4.5 ( #35 )
2022-08-13 17:22:59 -04:00
Damien Retzinger
26c354d8d4
feat(supported-version): add all kind ( #36 )
2022-08-12 08:40:31 -04:00
Damien Retzinger
664360ede2
feat(supported-version): add user-defined kind ( #28 )
...
`kind` is a new input property for the `supported-version` action which
allows one to define what specific versions of Magento they support.
Currently, `kind` supports `latest`, `currently-supported`, and `custom`. See the
README for `supported-version` if you want more specifics
2022-08-05 17:36:38 -04:00