Skip to content

Commit

Permalink
Update Perl versions in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robrwo committed Jul 13, 2024
1 parent 4095ac5 commit 5fdd143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
runner: [ubuntu-latest]
perl: [ '5.14', '5.16', '5.18', '5.20', '5.22', '5.24', '5.26', '5.28', '5.30', '5.32', '5.34', '5.36' ]
perl: [ '5.20', '5.22', '5.24', '5.26', '5.28', '5.30', '5.32', '5.34', '5.36', '5.38', '5.40' ]

runs-on: ${{matrix.runner}}
name: OS ${{matrix.runner}} Perl ${{matrix.perl}}
Expand Down

0 comments on commit 5fdd143

Please sign in to comment.