@@ -49,22 +49,14 @@ jobs:
4949 }
5050 ]
5151 },
52- { "cxxversions": ["c++23", "c++20", "c++17" ],
52+ { "cxxversions": ["c++23", "c++20"],
5353 "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
5454 }
5555 ]
5656 },
5757 { "versions": ["14", "13"],
5858 "tests": [
59- { "cxxversions": ["c++26", "c++23", "c++20", "c++17"],
60- "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
61- }
62- ]
63- },
64- {
65- "versions": ["12", "11"],
66- "tests": [
67- { "cxxversions": ["c++23", "c++20", "c++17"],
59+ { "cxxversions": ["c++26", "c++23", "c++20"],
6860 "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
6961 }
7062 ]
8375 }
8476 ]
8577 },
86- { "cxxversions": ["c++23", "c++20", "c++17" ],
78+ { "cxxversions": ["c++23", "c++20"],
8779 "tests": [
8880 {"stdlibs": ["libstdc++", "libc++"], "tests": ["Release.Default"]}
8981 ]
9284 },
9385 { "versions": ["20", "19", "18"],
9486 "tests": [
95- { "cxxversions": ["c++26", "c++23", "c++20", "c++17" ],
87+ { "cxxversions": ["c++26", "c++23", "c++20"],
9688 "tests": [
9789 {"stdlibs": ["libstdc++", "libc++"], "tests": ["Release.Default"]}
9890 ]
@@ -101,10 +93,10 @@ jobs:
10193 },
10294 { "versions": ["17"],
10395 "tests": [
104- { "cxxversions": ["c++26", "c++23", "c++20", "c++17" ],
96+ { "cxxversions": ["c++26", "c++23", "c++20"],
10597 "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]
10698 },
107- { "cxxversions": ["c++20", "c++17" ],
99+ { "cxxversions": ["c++20"],
108100 "tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
109101 }
110102 ]
@@ -113,7 +105,7 @@ jobs:
113105 "appleclang": [
114106 { "versions": ["latest"],
115107 "tests": [
116- { "cxxversions": ["c++26", "c++23", "c++20", "c++17" ],
108+ { "cxxversions": ["c++26", "c++23", "c++20"],
117109 "tests": [{ "stdlibs": ["libc++"], "tests": ["Release.Default"]}]
118110 }
119111 ]
0 commit comments