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 66bfdd7 commit 46ae43fCopy full SHA for 46ae43f
.github/workflows/perltest.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
21
- perl: [ '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12', '5.10']
+ perl: [ 'latest' ]
22
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
23
steps:
24
- uses: actions/checkout@v2
0 commit comments