From 787d181dffb4c2082e5215ec55208b7e32591001 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 28 Nov 2025 21:18:50 +0100 Subject: [PATCH] run test/support on C++20 --- .github/workflows/ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca17c4594..278927976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,18 @@ jobs: std: "11" job: "test/support" travis_compiler: "clang-14" + - name: "C++20 test/support" + buildtype: "boost" + packages: "clang-18 libc++-18-dev libc++abi-18-dev libunwind-18-dev jq ccache" + packages_to_remove: "" + os: "ubuntu-22.04" + cxx: "clang-18" + sources: "" + llvm_os: "jammy" + llvm_ver: "18" + std: "20" + job: "test/support" + travis_compiler: "clang-18" - name: "C++11 repository/test" buildtype: "boost" packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache" @@ -149,6 +161,18 @@ jobs: std: "11" job: "test/support" travis_compiler: "gcc-11" + - name: "C++20 test/support" + buildtype: "boost" + packages: "g++-11 jq ccache" + packages_to_remove: "" + os: "ubuntu-22.04" + cxx: "gcc-11" + sources: "" + llvm_os: "" + llvm_ver: "" + std: "20" + job: "test/support" + travis_compiler: "gcc-11" - name: "C++11 repository/test" buildtype: "boost" packages: "g++-11 jq ccache"