We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc845a commit de2146dCopy full SHA for de2146d
1 file changed
.github/workflows/build-and-test.yml
@@ -9,7 +9,7 @@ on:
9
branches:
10
- "*"
11
schedule:
12
- - cron: "15 4 * * 0" # Every Sunday morning
+ - cron: "15 4 * * 0" # Every Sunday morning
13
workflow_dispatch:
14
15
jobs:
@@ -120,7 +120,7 @@ jobs:
120
uses: perl-actions/install-with-cpm@v1
121
with:
122
cpanfile: "cpanfile"
123
- args: >
+ args: >
124
--with-develop
125
${{ steps.with-recommends.outputs.flag }}
126
--with-suggests
@@ -138,8 +138,8 @@ jobs:
138
os: ["windows-latest"]
139
perl-version:
140
# https://github.com/shogo82148/actions-setup-perl/issues/223
141
- #- "5.10"
142
- #- "5.12"
+ # - "5.10"
+ # - "5.12"
143
- "5.14"
144
- "5.16"
145
- "5.18"
0 commit comments