Skip to content

Commit

Permalink
[CI] Add test against LLVM 20 [fixup #15412] (#15418)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Feb 7, 2025
1 parent 8823b75 commit 2ee32df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- {llvm_version: 17, runs-on: ubuntu-24.04, codename: noble}
- {llvm_version: 18, runs-on: ubuntu-24.04, codename: noble}
- {llvm_version: 19, runs-on: ubuntu-24.04, codename: noble}
- {llvm_version: 20, runs-on: ubuntu-24.04, codename: noble}
name: "LLVM ${{ matrix.llvm_version }}"
steps:
- name: Checkout Crystal source
Expand Down

0 comments on commit 2ee32df

Please sign in to comment.