Update ci.yml

This commit is contained in:
Peter Dimov
2021-09-11 17:43:05 +03:00
parent 86c2782dff
commit edd70cfd66

View File

@ -92,13 +92,14 @@ jobs:
install: clang-7
- toolset: clang
compiler: clang++-8
cxxstd: "03,11,14,17,2a"
cxxstd: "03,11,14,17"
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"