Skip to content

Commit 01cadd0

Browse files
committed
Added C++23 testing to MSYS2 jobs.
1 parent c4ffb7b commit 01cadd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ jobs:
644644
fail-fast: false
645645
matrix:
646646
include:
647-
- { sys: MINGW32, toolset: gcc, cxxstd: '11,17,20' }
648-
- { sys: MINGW64, toolset: gcc, cxxstd: '11,17,20' }
647+
- { sys: MINGW32, toolset: gcc, cxxstd: '11,17,20,23' }
648+
- { sys: MINGW64, toolset: gcc, cxxstd: '11,17,20,23' }
649649

650650
runs-on: windows-latest
651651

0 commit comments

Comments
 (0)