Skip to content

Commit

Permalink
Add Clang 19 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Oct 2, 2024
1 parent 639e05c commit 57df9d4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57df9d4

Please sign in to comment.