Skip to content

Commit

Permalink
Test on Perl 5.40 also
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Jan 20, 2025
1 parent 88e8402 commit 3e5b087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
perl: [ '5.36' ]
perl:
- '5.36'
- '5.40'
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3e5b087

Please sign in to comment.