Skip to content

Commit

Permalink
Add perl 5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jun 10, 2024
1 parent ebfe799 commit 27ff381
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ let available = [
"5.10", "5.12", "5.14", "5.16", "5.18",
"5.20", "5.22", "5.24", "5.26", "5.28",
"5.30", "5.32", "5.34", "5.36", "5.38",
"devel",
"5.40",
"devel",
];

try {
Expand All @@ -26,4 +27,4 @@ try {
core.setOutput('perl-versions', JSON.stringify(filtered));
} catch (error) {
core.setFailed(error.message);
}
}

0 comments on commit 27ff381

Please sign in to comment.