Skip to content

Commit

Permalink
adjust CI to use two latest perl versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jul 24, 2022
1 parent 0c785cc commit 760e75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
directory: "lib script t dev-bin"
- name: install perlnitpick
run: cpanm --notest --quiet https://github.com/gugod/App-PerlNitpick.git
run: cpanm --notest --quiet App::PerlNitpick
- name: run perlnitpick
run: perlnitpick --inplace --rules=RemoveTrailingWhitespace,RemoveUnusedVariables,RemoveUnusedInclude,RemoveUnusedImport .
- name: suggester
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-18.04']
perl: [ '5.32', '5.30' ]
perl: [ '5.36', '5.34' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 760e75e

Please sign in to comment.