We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916d784 commit 79bf0e1Copy full SHA for 79bf0e1
README.md
@@ -37,7 +37,7 @@ jobs:
37
id: action
38
uses: perl-actions/perl-versions@v1
39
with:
40
- since-perl: "v5.20"
+ since-perl: v5.20
41
42
test:
43
needs:
@@ -71,7 +71,7 @@ jobs:
71
perl-versions:
72
73
74
- since-perl: 5.10
+ since-perl: 5.14
75
76
77
action.yml
@@ -4,7 +4,7 @@ inputs:
4
since-perl:
5
description: "List all Perl versions since this (including this). Example: 5.10"
6
type: string
7
- required: true
+ default: "5.14"
8
with-devel:
9
description: "Whether to include also 'devel' Perl"
10
type: boolean
0 commit comments