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 cca7085 commit f21368bCopy full SHA for f21368b
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
os: [ubuntu-latest, macos-latest, windows-latest]
8
- perl: [ '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', '5.8' ]
+ 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', '5.8' ]
9
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
10
runs-on: ${{ matrix.os }}
11
steps:
0 commit comments