From 5bf22ce37fcd37e63f332bb7c911843bebb82462 Mon Sep 17 00:00:00 2001 From: Aryan Naraghi Date: Mon, 11 May 2026 09:48:32 -0700 Subject: [PATCH] Removes C++17 from the test set since we're aiming for inclusion in C++29 --- .github/workflows/ci_tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index b47cead..23a670a 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -62,7 +62,7 @@ jobs: } ] }, - { "cxxversions": ["c++20", "c++17"], + { "cxxversions": ["c++20"], "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] } ] @@ -78,14 +78,14 @@ jobs: } ] }, - { "cxxversions": ["c++20", "c++17"], + { "cxxversions": ["c++20"], "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] } ] }, { "versions": ["14", "13"], "tests": [ - { "cxxversions": ["c++26", "c++23", "c++20", "c++17"], + { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] } ] @@ -93,7 +93,7 @@ jobs: { "versions": ["12", "11"], "tests": [ - { "cxxversions": ["c++23", "c++20", "c++17"], + { "cxxversions": ["c++23", "c++20"], "tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] } ] @@ -122,7 +122,7 @@ jobs: } ] }, - { "cxxversions": ["c++20", "c++17"], + { "cxxversions": ["c++20"], "tests": [ {"stdlibs": ["libstdc++", "libc++"], "tests": ["Release.Default"]} ] @@ -131,7 +131,7 @@ jobs: }, { "versions": ["21", "20", "19"], "tests": [ - { "cxxversions": ["c++26", "c++23", "c++20", "c++17"], + { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [ {"stdlibs": ["libstdc++", "libc++"], "tests": ["Release.Default"]} ] @@ -140,20 +140,20 @@ jobs: }, { "versions": ["18"], "tests": [ - { "cxxversions": ["c++26", "c++23", "c++20", "c++17"], + { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}] }, - { "cxxversions": ["c++23", "c++20", "c++17"], + { "cxxversions": ["c++23", "c++20"], "tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] } ] }, { "versions": ["17"], "tests": [ - { "cxxversions": ["c++26", "c++23", "c++20", "c++17"], + { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}] }, - { "cxxversions": ["c++20", "c++17"], + { "cxxversions": ["c++20"], "tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] } ] @@ -162,7 +162,7 @@ jobs: "appleclang": [ { "versions": ["latest"], "tests": [ - { "cxxversions": ["c++26", "c++23", "c++20", "c++17"], + { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [{ "stdlibs": ["libc++"], "tests": ["Release.Default"]}] } ]