File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ jobs:
161161 - llvm : ' 17'
162162 - llvm : ' 18'
163163 - llvm : ' 19'
164+ - llvm : ' 20'
164165 runs-on : ${{ matrix.os || 'ubuntu-latest' }}
165166 timeout-minutes : 60
166167 steps :
Original file line number Diff line number Diff line change @@ -452,11 +452,11 @@ LLVM_PROFDATA=<llvm-profdata-path> \
452452
453453Known compatible Rust (installed via rustup) and LLVM versions:
454454
455- | | Rust 1.60-1.77 | Rust 1.78-1.81 | Rust 1.82-1.86 |
455+ | | Rust 1.60-1.77 | Rust 1.78-1.81 | Rust 1.82-1.87 |
456456| ---------- | -------------- | -------------- | -------------- |
457457| LLVM 14-17 | ** ✓** | | |
458458| LLVM 18 | | ** ✓** | |
459- | LLVM 19 | | | ** ✓** |
459+ | LLVM 19-20 | | | ** ✓** |
460460
461461### Get coverage of external tests
462462
You can’t perform that action at this time.
0 commit comments