Skip to content

Commit

Permalink
update CI to test C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Nov 18, 2024
1 parent 09b9676 commit 7d2676d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
c: gcc
- cpp: clang++
c: clang
cpp_version: [20, 23, 26]
cpp_version: [17, 20, 23, 26]
cmake_args:
- description: "Default"
args: ""
Expand All @@ -46,6 +46,8 @@ jobs:
- description: "ASan"
args: "-DCMAKE_CXX_FLAGS=-fsanitize=address -fsanitize=undefined"
include:
# Needs C++ 20 as C++17 selectivly disables ranges and concepts
# related functionalities
- platform: ubuntu-latest
compiler:
cpp: g++
Expand Down

0 comments on commit 7d2676d

Please sign in to comment.