We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d8e7d commit 05bd20dCopy full SHA for 05bd20d
1 file changed
.github/workflows/llvmparty.yml
@@ -12,11 +12,19 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- llvm: ["17.0.6"]
+ 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"
24
container:
25
image: ghcr.io/llvmparty/remill/cxx-common:22.04-llvm${{ matrix.llvm }}
26
steps:
- - uses: actions/checkout@v4
27
+ - uses: actions/checkout@v5
28
name: Checkout
29
30
- name: Configure git
0 commit comments