We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea9cd3 commit 44958e6Copy full SHA for 44958e6
1 file changed
.github/workflows/ci-linux.yaml
@@ -11,11 +11,16 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: ['ubuntu-latest','macos-latest']
15
- perl:
+ os: [ubuntu-latest]
+ perl:
16
+ - '5.16'
17
+ - '5.20'
18
- '5.26'
19
- '5.30'
- - 'latest'
20
+ - latest
21
+ include:
22
+ - { os: macos-latest, perl: '5.26' }
23
+ - { os: macos-latest, perl: latest }
24
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
25
steps:
26
- uses: actions/checkout@v2
0 commit comments