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 fe1c634 commit 191a836Copy full SHA for 191a836
.github/workflows/build-and-test.yml
@@ -121,11 +121,11 @@ jobs:
121
# https://github.com/shogo82148/actions-setup-perl/issues/223
122
#- "5.10"
123
#- "5.12"
124
- #- "5.14"
125
- #- "5.16"
126
- #- "5.18"
127
- #- "5.20"
128
- #- "5.22"
+ - "5.14"
+ - "5.16"
+ - "5.18"
+ - "5.20"
+ - "5.22"
129
- "5.24"
130
- "5.26"
131
- "5.28"
@@ -135,7 +135,7 @@ jobs:
135
steps:
136
- uses: actions/checkout@v2
137
- name: Set Up Perl
138
- uses: shogo82148/actions-setup-perl@v1.3.0
+ uses: shogo82148/actions-setup-perl@v1
139
with:
140
perl-version: ${{ matrix.perl-version }}
141
distribution: strawberry
0 commit comments