Skip to content

Commit 05bd20d

Browse files
committed
squash! we do a bit of llvm
1 parent f3d8e7d commit 05bd20d

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/llvmparty.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,19 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
llvm: ["17.0.6"]
15+
llvm:
16+
- "14.0.6"
17+
- "15.0.7"
18+
- "16.0.6"
19+
- "17.0.6"
20+
- "18.1.8"
21+
- "19.1.7"
22+
- "20.1.8"
23+
- "21.1.1"
1624
container:
1725
image: ghcr.io/llvmparty/remill/cxx-common:22.04-llvm${{ matrix.llvm }}
1826
steps:
19-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2028
name: Checkout
2129

2230
- name: Configure git

0 commit comments

Comments
 (0)