You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: supported-version/action.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "A Github Action that computes the Github Actions matrix for the ch
5
5
inputs:
6
6
kind:
7
7
required: false
8
-
description: "The kind of versions you want to return. Allowed values are `currently-supported`, `latest`, `custom`, `usable`, `nightly`, and `all`"
8
+
description: "The kind of versions you want to return. Allowed values are `currently-supported`, `latest`, `custom`, `usable`, `nightly`, `recent` and `all`"
9
9
default: "currently-supported"
10
10
project:
11
11
required: false
@@ -17,6 +17,11 @@ inputs:
17
17
description: "The specific custom versions of Magento that you want to use. Only applies when `kind` is `custom`"
18
18
default: ""
19
19
20
+
recent_time_frame:
21
+
required: false
22
+
default: "2y"
23
+
description: "The time frame (from today). Only used in `recent` kind. String that defines a time duration using a combination of years (y), months (m), and days (d). Each unit is optional and can appear in any order, separated by spaces. For example `2y 2m 2d`. "
24
+
20
25
outputs:
21
26
matrix:
22
27
description: "The Github Actions matrix of software technologies required to run Magento."
0 commit comments