Skip to content

Commit 46eccea

Browse files
committed
add LLVM 23.1 into testing matrix
1 parent 5d71ab7 commit 46eccea

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: [ push, pull_request ]
44

55
env:
66
CARGO_TERM_COLOR: always
7-
DOC_LLVM_FEATURE: llvm21-1
8-
DOC_LLVM_VERSION: "21.1"
7+
DOC_LLVM_FEATURE: llvm23-1
8+
DOC_LLVM_VERSION: "23.1"
99
DOC_PATH: target/doc
1010

1111
jobs:
@@ -40,6 +40,7 @@ jobs:
4040
- [ "20.1", "20-1", "20" ]
4141
- [ "21.1", "21-1", "21" ]
4242
- [ "22.1", "22-1", "22" ]
43+
- [ "23.1", "23-1", "23" ]
4344
include:
4445
- os: ubuntu-22.04
4546
steps:
@@ -89,7 +90,7 @@ jobs:
8990
name: Documentation
9091
runs-on: ubuntu-latest
9192
env:
92-
LLVM_SYS_211_PREFIX: ${{ github.workspace }}/llvm
93+
LLVM_SYS_231_PREFIX: ${{ github.workspace }}/llvm
9394
needs: [ lint, tests ]
9495
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
9596
steps:

0 commit comments

Comments
 (0)