Skip to content

Commit

Permalink
Added C++23 testing to MSYS2 jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Aug 26, 2024
1 parent c4ffb7b commit 01cadd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ jobs:
fail-fast: false
matrix:
include:
- { sys: MINGW32, toolset: gcc, cxxstd: '11,17,20' }
- { sys: MINGW64, toolset: gcc, cxxstd: '11,17,20' }
- { sys: MINGW32, toolset: gcc, cxxstd: '11,17,20,23' }
- { sys: MINGW64, toolset: gcc, cxxstd: '11,17,20,23' }

runs-on: windows-latest

Expand Down

0 comments on commit 01cadd0

Please sign in to comment.