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 8e4132e commit 3667108Copy full SHA for 3667108
.github/workflows/other-perls.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false # Ensures that one failing job does not cancel others
10
matrix:
11
- os: ["ubuntu-latest"]
+ os: ["ubuntu-latest","ubuntu-22.04","ubuntu-20.04"]
12
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"]
13
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
14
0 commit comments