Skip to content

Commit

Permalink
Test on 5.16 instead of 5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jul 1, 2024
1 parent 192d540 commit 730c77a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
fail-fast: false
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
perl: [ '5.14', '5.30', '5.40' ]
perl: [ '5.14', '5.16', '5.40' ]
exclude:
- runner: windows-latest
perl: '5.40'
- runner: windows-latest
perl: '5.14'

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

0 comments on commit 730c77a

Please sign in to comment.