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 232397d commit 3499e7dCopy full SHA for 3499e7d
.github/workflows/other-perls.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: ["ubuntu-latest"]
11
- perl: ["5.40","5.38","5.36","5.34","5.32","5.30","5.28","5.26","5.24","5.22","5.20","5.18"]
+ perl: ["5.40","5.38","5.36","5.34","5.32","5.30","5.28","5.26","5.24","5.22","5.20","5.18","5.16","5.14","5.12","5.10"]
12
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
13
14
steps:
0 commit comments