There was an error while loading. Please reload this page.
1 parent 188039d commit 1560493Copy full SHA for 1560493
1 file changed
.github/workflows/clang-tidy.yml
@@ -13,16 +13,16 @@ jobs:
13
- image: "debian:trixie"
14
clang: 19
15
- image: "debian:testing"
16
- clang: 21
17
-# - image: "debian:experimental"
18
-# clang: 21
+ clang: 22
+ - image: "debian:experimental"
+ clang: 23
19
container:
20
image: ${{ matrix.image }}
21
env:
22
BUILD_TYPE: Dev
23
CC: clang-${{ matrix.clang }}
24
CXX: clang++-${{ matrix.clang }}
25
- CPP_VERSION: c++17
+ CPP_VERSION: 17
26
APT_LISTCHANGES_FRONTEND: none
27
DEBIAN_FRONTEND: noninteractive
28
steps:
0 commit comments