Skip to content

Commit

Permalink
rebuild after adding 5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jun 11, 2024
1 parent 05f8bf1 commit 6693a5d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6117,21 +6117,22 @@ module.exports = require("util");
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {
const core = __nccwpck_require__(2186);
const core = __nccwpck_require__(2186);
const semver = __nccwpck_require__(1383);

let available = [
"5.8",
"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",
"5.40",
"devel",
];

try {
const since_perl = semver.coerce(core.getInput('since-perl'));
const with_devel = core.getInput('with-devel') == "true";

let available = [
"5.8",
"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",
];

let filtered = available.filter(
(item) => {
if (item == "devel") {
Expand Down

0 comments on commit 6693a5d

Please sign in to comment.