Skip to content

Commit

Permalink
workflows: remove testing on LLVM < 7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Aug 19, 2024
1 parent 1dc6194 commit 7734b55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
strategy:
matrix:
llvm-version:
- ["4.0", "4-0"]
- ["5.0", "5-0"]
- ["6.0", "6-0"]
- ["7.0", "7-0"]
- ["7.1", "7-0"]
- ["8.0", "8-0"]
- ["9.0", "9-0"]
- ["10.0", "10-0"]
Expand Down

0 comments on commit 7734b55

Please sign in to comment.