From 36052766c7e2edc98ec89ed520026a88cf0ae833 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 28 May 2021 17:43:33 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ea2fde..7ca6052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,15 +42,19 @@ jobs: - toolset: gcc-8 cxxstd: "03,11,14,17,2a" os: ubuntu-18.04 + install: g++-8 - toolset: gcc-9 cxxstd: "03,11,14,17,2a" os: ubuntu-18.04 - 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 - toolset: clang compiler: clang++-3.5 - cxxstd: "03,11,14" + cxxstd: "03,11" os: ubuntu-16.04 install: clang-3.5 - toolset: clang @@ -87,6 +91,7 @@ jobs: compiler: clang++-6.0 cxxstd: "03,11,14,17" os: ubuntu-18.04 + install: clang-6.0 - toolset: clang compiler: clang++-7 cxxstd: "03,11,14,17" @@ -96,14 +101,24 @@ jobs: compiler: clang++-8 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + install: clang-8 - toolset: clang 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" os: ubuntu-20.04 + - toolset: clang + 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