Skip to content

Commit 73b47d6

Browse files
committed
Test more Perl versions in CI
1 parent 808c3b6 commit 73b47d6

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/linux.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ jobs:
1414
matrix:
1515
perl-version:
1616
- '5.38'
17-
# - '5.34'
18-
# - '5.32'
19-
# - '5.30'
20-
# - '5.28'
21-
# - '5.26'
22-
# - '5.24'
23-
# - '5.22'
24-
# - '5.20'
17+
- '5.36'
18+
- '5.34'
19+
- '5.32'
20+
- '5.30'
21+
- '5.28'
22+
- '5.26'
23+
- '5.24'
24+
- '5.22'
25+
- '5.20'
2526
- '5.18'
26-
# - '5.16'
27-
# - '5.14'
28-
# - '5.12'
27+
- '5.16'
28+
- '5.14'
29+
- '5.12'
2930
- '5.10'
3031
container:
3132
image: perl:${{ matrix.perl-version }}

0 commit comments

Comments
 (0)