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 ae52216 commit 5338a31Copy full SHA for 5338a31
.github/workflows/perltest.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
build:
12
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-test.yml@main
13
+ with:
14
+ perl_version: "['5.26', '5.28', '5.30', '5.32', '5.34', '5.36', '5.38', '5.40', '5.42']"
15
16
coverage:
17
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-coverage.yml@main
0 commit comments