Skip to content

Commit 6a0b8ed

Browse files
authored
Merge pull request #55 from foursixnine/oopsitsbrokenagain
Expand CI to test MacOSX with a reduced perl stack for Linux and OSX
2 parents 442741b + 44958e6 commit 6a0b8ed

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-linux.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: ['ubuntu-latest']
15-
perl:
14+
os: [ubuntu-latest]
15+
perl:
1616
- '5.16'
17-
- '5.18'
1817
- '5.20'
19-
- '5.22'
20-
- '5.24'
2118
- '5.26'
22-
- '5.28'
2319
- '5.30'
20+
- latest
21+
include:
22+
- { os: macos-latest, perl: '5.26' }
23+
- { os: macos-latest, perl: latest }
2424
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)