@@ -6117,21 +6117,22 @@ module.exports = require("util");
6117
6117
var __webpack_exports__ = { } ;
6118
6118
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
6119
6119
( ( ) => {
6120
- const core = __nccwpck_require__ ( 2186 ) ;
6120
+ const core = __nccwpck_require__ ( 2186 ) ;
6121
6121
const semver = __nccwpck_require__ ( 1383 ) ;
6122
6122
6123
+ let available = [
6124
+ "5.8" ,
6125
+ "5.10" , "5.12" , "5.14" , "5.16" , "5.18" ,
6126
+ "5.20" , "5.22" , "5.24" , "5.26" , "5.28" ,
6127
+ "5.30" , "5.32" , "5.34" , "5.36" , "5.38" ,
6128
+ "5.40" ,
6129
+ "devel" ,
6130
+ ] ;
6131
+
6123
6132
try {
6124
6133
const since_perl = semver . coerce ( core . getInput ( 'since-perl' ) ) ;
6125
6134
const with_devel = core . getInput ( 'with-devel' ) == "true" ;
6126
6135
6127
- let available = [
6128
- "5.8" ,
6129
- "5.10" , "5.12" , "5.14" , "5.16" , "5.18" ,
6130
- "5.20" , "5.22" , "5.24" , "5.26" , "5.28" ,
6131
- "5.30" , "5.32" , "5.34" , "5.36" , "5.38" ,
6132
- "devel" ,
6133
- ] ;
6134
-
6135
6136
let filtered = available . filter (
6136
6137
( item ) => {
6137
6138
if ( item == "devel" ) {
0 commit comments