From 67107dbaf97a44480b983add072f221eb011efef Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jun 2021 04:22:36 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68a717b..a86f59c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,10 @@ jobs: - toolset: gcc-10 cxxstd: "03,11,14,17,2a" os: ubuntu-18.04 + - toolset: gcc-11 + cxxstd: "03,11,14,17,2a" + os: ubuntu-18.04 + install: gcc-11 - toolset: clang compiler: clang++-3.5 cxxstd: "03,11" @@ -103,6 +107,7 @@ jobs: compiler: clang++-9 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + install: clang-9 - toolset: clang compiler: clang++-10 cxxstd: "03,11,14,17,2a" @@ -111,6 +116,10 @@ jobs: compiler: clang++-11 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + - toolset: clang + compiler: clang++-12 + cxxstd: "03,11,14,17,2a" + os: ubuntu-20.04 - toolset: clang cxxstd: "03,11,14,17,2a" os: macos-10.15