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