We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a0b8ed + 72368a8 commit 7e66cd1Copy full SHA for 7e66cd1
1 file changed
.github/workflows/ci-linux.yaml .github/workflows/ci-tests.yaml.github/workflows/ci-linux.yaml renamed to .github/workflows/ci-tests.yaml
@@ -1,4 +1,4 @@
1
-name: linux
+name: Unit and integration tests
2
on:
3
push:
4
branches:
@@ -11,16 +11,18 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-latest]
+ os: [ubuntu-latest]
15
perl:
16
- - '5.16'
17
- - '5.20'
18
- - '5.26'
19
- - '5.30'
20
- - latest
+ - '5.16'
+ - '5.20'
+ - '5.26'
+ - '5.30'
+ - latest
21
include:
22
- - { os: macos-latest, perl: '5.26' }
23
- - { os: macos-latest, perl: latest }
+ - os: macos-latest
+ perl: '5.26'
24
25
+ perl: latest
26
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v2
0 commit comments