@@ -6117,21 +6117,22 @@ module.exports = require("util");
61176117var __webpack_exports__ = { } ;
61186118// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
61196119( ( ) => {
6120- const core = __nccwpck_require__ ( 2186 ) ;
6120+ const core = __nccwpck_require__ ( 2186 ) ;
61216121const semver = __nccwpck_require__ ( 1383 ) ;
61226122
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+
61236132try {
61246133 const since_perl = semver . coerce ( core . getInput ( 'since-perl' ) ) ;
61256134 const with_devel = core . getInput ( 'with-devel' ) == "true" ;
61266135
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-
61356136 let filtered = available . filter (
61366137 ( item ) => {
61376138 if ( item == "devel" ) {
0 commit comments