We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808c3b6 commit 73b47d6Copy full SHA for 73b47d6
.github/workflows/linux.yml
@@ -14,18 +14,19 @@ jobs:
14
matrix:
15
perl-version:
16
- '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'
+ - '5.36'
+ - '5.34'
+ - '5.32'
+ - '5.30'
+ - '5.28'
+ - '5.26'
+ - '5.24'
+ - '5.22'
25
+ - '5.20'
26
- '5.18'
- # - '5.16'
27
- # - '5.14'
28
- # - '5.12'
+ - '5.16'
+ - '5.14'
29
+ - '5.12'
30
- '5.10'
31
container:
32
image: perl:${{ matrix.perl-version }}
0 commit comments