Skip to content

Commit ae10896

Browse files
committed
add more perl versions to test
1 parent 0671020 commit ae10896

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
matrix:
1414
perl:
1515
[
16-
#"5.38",
17-
#"5.36",
18-
#"5.34",
19-
#"5.32",
20-
#"5.30",
16+
"5.38",
17+
"5.36",
18+
"5.34",
19+
"5.32",
20+
"5.30",
2121
"5.22",
22-
#"5.20"
2322
]
2423
name: Perl ${{ matrix.perl }}
2524
steps:

0 commit comments

Comments
 (0)