1 parent 5d71ab7 commit 46ecceaCopy full SHA for 46eccea
1 file changed
.github/workflows/test.yml
@@ -4,8 +4,8 @@ on: [ push, pull_request ]
4
5
env:
6
CARGO_TERM_COLOR: always
7
- DOC_LLVM_FEATURE: llvm21-1
8
- DOC_LLVM_VERSION: "21.1"
+ DOC_LLVM_FEATURE: llvm23-1
+ DOC_LLVM_VERSION: "23.1"
9
DOC_PATH: target/doc
10
11
jobs:
@@ -40,6 +40,7 @@ jobs:
40
- [ "20.1", "20-1", "20" ]
41
- [ "21.1", "21-1", "21" ]
42
- [ "22.1", "22-1", "22" ]
43
+ - [ "23.1", "23-1", "23" ]
44
include:
45
- os: ubuntu-22.04
46
steps:
@@ -89,7 +90,7 @@ jobs:
89
90
name: Documentation
91
runs-on: ubuntu-latest
92
- LLVM_SYS_211_PREFIX: ${{ github.workspace }}/llvm
93
+ LLVM_SYS_231_PREFIX: ${{ github.workspace }}/llvm
94
needs: [ lint, tests ]
95
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
96
0 commit comments