Skip to content

Commit ca514b8

Browse files
trxcllntNo9
authored andcommitted
add llvm 10-13 to github actions matrix in push.yml
1 parent e6943a8 commit ca514b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)