We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192d540 commit 730c77aCopy full SHA for 730c77a
.github/workflows/ci.yml
@@ -10,10 +10,12 @@ jobs:
10
fail-fast: false
11
matrix:
12
runner: [ubuntu-latest, macos-latest, windows-latest]
13
- perl: [ '5.14', '5.30', '5.40' ]
+ perl: [ '5.14', '5.16', '5.40' ]
14
exclude:
15
- runner: windows-latest
16
perl: '5.40'
17
+ - runner: windows-latest
18
+ perl: '5.14'
19
20
runs-on: ${{matrix.runner}}
21
name: OS ${{matrix.runner}} Perl ${{matrix.perl}}
0 commit comments