Skip to content

Commit 44958e6

Browse files
foursixnineperlpunk
andcommitted
Use reduced test matrix on MacOSX
Since there's a Mojolicious dependency, the minimal version that is to be supported is 5.16. Co-authored-by: @perlpunk <tina.mueller@suse.com>
1 parent 4ea9cd3 commit 44958e6

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci-linux.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: ['ubuntu-latest','macos-latest']
15-
perl:
14+
os: [ubuntu-latest]
15+
perl:
16+
- '5.16'
17+
- '5.20'
1618
- '5.26'
1719
- '5.30'
18-
- 'latest'
20+
- latest
21+
include:
22+
- { os: macos-latest, perl: '5.26' }
23+
- { os: macos-latest, perl: latest }
1924
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
2025
steps:
2126
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)