Skip to content

Commit 730c77a

Browse files
committed
Test on 5.16 instead of 5.30
1 parent 192d540 commit 730c77a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
runner: [ubuntu-latest, macos-latest, windows-latest]
13-
perl: [ '5.14', '5.30', '5.40' ]
13+
perl: [ '5.14', '5.16', '5.40' ]
1414
exclude:
1515
- runner: windows-latest
1616
perl: '5.40'
17+
- runner: windows-latest
18+
perl: '5.14'
1719

1820
runs-on: ${{matrix.runner}}
1921
name: OS ${{matrix.runner}} Perl ${{matrix.perl}}

0 commit comments

Comments
 (0)