Skip to content

Commit f845470

Browse files
committed
ci: Test LLVM 20
1 parent 1e5ef0e commit f845470

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff 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:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,11 @@ LLVM_PROFDATA=<llvm-profdata-path> \
452452

453453
Known 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

0 commit comments

Comments
 (0)