Skip to content

Commit 282af9b

Browse files
committed
remove node
1 parent 41d00bc commit 282af9b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-20.04
19-
- ubuntu-18.04
2019
# no libssl on windows
2120
# - windows-latest
2221

@@ -26,20 +25,6 @@ jobs:
2625
- '5.30'
2726
- '5.32'
2827

29-
exclude:
30-
- os: ubuntu-16.04
31-
perl: '5.26'
32-
- os: ubuntu-16.04
33-
perl: '5.30'
34-
- os: ubuntu-16.04
35-
node: '13.x'
36-
- os: ubuntu-18.04
37-
perl: '5.22'
38-
- os: windows-latest
39-
perl: '5.22'
40-
- os: windows-latest
41-
perl: '5.26'
42-
4328
fail-fast: false
4429

4530
name: perl${{ matrix.perl }}/${{ matrix.os }}
@@ -51,11 +36,6 @@ jobs:
5136
- name: Checkout
5237
uses: actions/checkout@v1
5338

54-
- name: Setup Node
55-
uses: actions/setup-node@v1
56-
with:
57-
node-version: ${{ matrix.node }}
58-
5939
- name: Setup perl
6040
uses: shogo82148/actions-setup-perl@v1
6141
with:

0 commit comments

Comments
 (0)