diff --git a/.github/workflows/linux-full-tests.yml b/.github/workflows/linux-full-tests.yml index b75518e9e9..0d047c40ec 100644 --- a/.github/workflows/linux-full-tests.yml +++ b/.github/workflows/linux-full-tests.yml @@ -106,6 +106,12 @@ jobs: cc: clang cxx: clang++ cxxflags: -Wno-deprecated-declarations + - name: "Clang 19" + shortname: clang19 + tag: oracular + cc: clang + cxx: clang++ + cxxflags: -Wno-deprecated-declarations - name: "C++17 mode" shortname: c++17 tag: rolling diff --git a/.github/workflows/linux-nondefault.yml b/.github/workflows/linux-nondefault.yml index f7ae52f3d3..a704336dc2 100644 --- a/.github/workflows/linux-nondefault.yml +++ b/.github/workflows/linux-nondefault.yml @@ -101,6 +101,12 @@ jobs: cc: clang cxx: clang++ cxxflags: -Wno-deprecated-declarations + - name: "Clang 19" + shortname: clang19 + tag: oracular + cc: clang + cxx: clang++ + cxxflags: -Wno-deprecated-declarations - name: "C++17 mode" shortname: c++17 tag: rolling diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 58ad814417..257475f1f3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -46,6 +46,13 @@ jobs: cxx: clang++ cxxflags: -Wno-deprecated-declarations tests: true + - name: "Clang 19" + shortname: clang19 + tag: oracular + cc: clang + cxx: clang++ + cxxflags: -Wno-deprecated-declarations + tests: true - name: "C++17 mode" shortname: c++17 tag: rolling