Skip to content

Commit fe026b0

Browse files
committed
Adding clang 21 to CI matrix
1 parent ade141d commit fe026b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- {os: ubuntu-24.04, compiler: clang, version: 18 }
4040
- {os: ubuntu-24.04, compiler: clang, version: 19 }
4141
- {os: ubuntu-24.04, compiler: clang, version: 20 }
42+
- {os: ubuntu-24.04, compiler: clang, version: 21 }
4243
steps:
4344
- name: Checkout
4445
uses: actions/checkout@v4

0 commit comments

Comments
 (0)