Skip to content

Commit 46bc04d

Browse files
committed
add llvm 10-13 to github actions matrix in push.yml
1 parent 3161e9f commit 46bc04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# https://github.com/nodejs/node/issues/32981 is fixed
2929
# TODO(mmarchini): test on 20.04 (need different lldb version)
3030
os: [ubuntu-18.04, ubuntu-20.04]
31-
llvm: [ 8, 9 ]
31+
llvm: [ 8, 9, 10, 11, 12, 13 ]
3232
steps:
3333
- uses: actions/checkout@v1
3434
- name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }}

0 commit comments

Comments
 (0)