Skip to content

Commit

Permalink
add llvm 10-13 to github actions matrix in push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Nov 18, 2021
1 parent d3cef7a commit 138cabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# https://github.com/nodejs/node/issues/32981 is fixed
# TODO(mmarchini): test on 20.04 (need different lldb version)
os: [ubuntu-18.04, ubuntu-20.04]
llvm: [ 8, 9 ]
llvm: [ 8, 9, 10, 11, 12, 13 ]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }}
Expand Down

0 comments on commit 138cabc

Please sign in to comment.