We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd4e49 commit 864523fCopy full SHA for 864523f
.github/workflows/linux.yml
@@ -6,6 +6,7 @@ on:
6
tags-ignore:
7
- '*'
8
pull_request:
9
+ workflow_dispatch:
10
jobs:
11
perl:
12
runs-on: ubuntu-latest
@@ -14,18 +15,19 @@ jobs:
14
15
matrix:
16
perl-version:
17
- '5.38'
- # - '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'
25
+ - '5.22'
26
+ - '5.20'
27
- '5.18'
- # - '5.16'
- # - '5.14'
28
- # - '5.12'
+ - '5.16'
29
+ - '5.14'
30
+ - '5.12'
31
- '5.10'
32
container:
33
image: perl:${{ matrix.perl-version }}
0 commit comments