Skip to content

Commit 42bb997

Browse files
committed
Added C++23 to CI
1 parent 6511e4e commit 42bb997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- run: cmake --build build
2121
- run: build/test
2222

23+
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=23
24+
- run: cmake --build build
25+
- run: build/test
26+
2327
- run: |
2428
sudo apt-get install valgrind
2529
valgrind --leak-check=yes build/test

0 commit comments

Comments
 (0)