Skip to content

Commit 2aa2035

Browse files
committed
[ci] Test for compatibility with C++23
1 parent 992d9c4 commit 2aa2035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm]
18-
cxx_standard: [11, 17, 20]
18+
cxx_standard: [11, 17, 20, 23]
1919
build: [static, shared]
2020
googletest: [build, system]
2121
generator: ["Default Generator", "MinGW Makefiles"]

0 commit comments

Comments
 (0)