Skip to content

Commit

Permalink
Experimenting with Perl version
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 5, 2020
1 parent 66bfdd7 commit 46ae43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
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' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 46ae43f

Please sign in to comment.