Skip to content

Commit

Permalink
bump perl test versions up to 5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed Jun 28, 2024
1 parent ebeb4ab commit 19009a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
perl: ['5.20', '5.30', '5.36', '5.38']
perl: ['5.20', '5.30', '5.38', '5.40']
exclude:
- {runner: "windows-latest", perl: '5.30'}
runs-on: ${{matrix.runner}}
Expand Down

0 comments on commit 19009a9

Please sign in to comment.