We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d00bc commit 282af9bCopy full SHA for 282af9b
.github/workflows/unit-tests.yml
@@ -16,7 +16,6 @@ jobs:
16
matrix:
17
os:
18
- ubuntu-20.04
19
- - ubuntu-18.04
20
# no libssl on windows
21
# - windows-latest
22
@@ -26,20 +25,6 @@ jobs:
26
25
- '5.30'
27
- '5.32'
28
29
- exclude:
30
- - os: ubuntu-16.04
31
- perl: '5.26'
32
33
- perl: '5.30'
34
35
- node: '13.x'
36
- - os: ubuntu-18.04
37
- perl: '5.22'
38
- - os: windows-latest
39
40
41
42
-
43
fail-fast: false
44
45
name: perl${{ matrix.perl }}/${{ matrix.os }}
@@ -51,11 +36,6 @@ jobs:
51
- name: Checkout
52
uses: actions/checkout@v1
53
54
- - name: Setup Node
55
- uses: actions/setup-node@v1
56
- with:
57
- node-version: ${{ matrix.node }}
58
59
- name: Setup perl
60
uses: shogo82148/actions-setup-perl@v1
61
with:
0 commit comments