Skip to content

Commit

Permalink
Clang 18 in CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 16, 2024
1 parent b27b23e commit acc3b12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,17 @@ jobs:
tag: mantic
cc: clang
cxx: clang++
- name: "Clang 17"
- name: "Clang 17 (Boost 1.84)"
shortname: clang17
tag: clang-17
cc: clang
cxx: clang++
- name: "Clang 18"
shortname: clang18
tag: noble
cc: clang
cxx: clang++
cxxflags: -Wno-deprecated-declarations
- name: "C++14 mode"
shortname: c++14
tag: rolling
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ jobs:
tag: mantic
cc: clang
cxx: clang++
- name: "Clang 17"
shortname: clang17
- name: "Clang 18"
shortname: clang18
tag: noble
cc: clang
cxx: clang++
cxxflags: -Wno-deprecated-declarations
- name: "C++14 mode"
shortname: c++14
tag: rolling
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
cc: clang
cxx: clang++
tests: true
- name: "Clang 17"
shortname: clang17
- name: "Clang 18"
shortname: clang18
tag: noble
cc: clang
cxx: clang++
cxxflags: -Wno-deprecated-declarations
tests: true
- name: "C++14 mode"
shortname: c++14
Expand Down

0 comments on commit acc3b12

Please sign in to comment.