Skip to content

Commit 7e66cd1

Browse files
authored
Merge pull request #57 from foursixnine/oopsitsbrokenagain
Fix tests and rename workflow
2 parents 6a0b8ed + 72368a8 commit 7e66cd1

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux
1+
name: Unit and integration tests
22
on:
33
push:
44
branches:
@@ -11,16 +11,18 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest]
14+
os: [ubuntu-latest]
1515
perl:
16-
- '5.16'
17-
- '5.20'
18-
- '5.26'
19-
- '5.30'
20-
- latest
16+
- '5.16'
17+
- '5.20'
18+
- '5.26'
19+
- '5.30'
20+
- latest
2121
include:
22-
- { os: macos-latest, perl: '5.26' }
23-
- { os: macos-latest, perl: latest }
22+
- os: macos-latest
23+
perl: '5.26'
24+
- os: macos-latest
25+
perl: latest
2426
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
2527
steps:
2628
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)