Skip to content

Commit

Permalink
Fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 29, 2024
1 parent 59642c2 commit 919a01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
test:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-test.yml@main
perl_version: "['5.26', '5.28', '5.30', '5.32', '5.34', '5.36', '5.38']"
with:
perl_version: "['5.26', '5.28', '5.30', '5.32', '5.34', '5.36', '5.38']"

coverage:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-coverage.yml@main
Expand Down

0 comments on commit 919a01a

Please sign in to comment.