Skip to content

Commit 864523f

Browse files
committed
Test more Perl versions in CI
1 parent edd4e49 commit 864523f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/linux.yml

+13-11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags-ignore:
77
- '*'
88
pull_request:
9+
workflow_dispatch:
910
jobs:
1011
perl:
1112
runs-on: ubuntu-latest
@@ -14,18 +15,19 @@ jobs:
1415
matrix:
1516
perl-version:
1617
- '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'
18+
- '5.36'
19+
- '5.34'
20+
- '5.32'
21+
- '5.30'
22+
- '5.28'
23+
- '5.26'
24+
- '5.24'
25+
- '5.22'
26+
- '5.20'
2527
- '5.18'
26-
# - '5.16'
27-
# - '5.14'
28-
# - '5.12'
28+
- '5.16'
29+
- '5.14'
30+
- '5.12'
2931
- '5.10'
3032
container:
3133
image: perl:${{ matrix.perl-version }}

0 commit comments

Comments
 (0)