File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ matrix:
1616 - os : linux
1717 compiler : clang
1818 env :
19- - COMPILER=clang++-6 .0
19+ - COMPILER=clang++-7 .0
2020 addons :
2121 apt :
22- sources : ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-6.0 ']
23- packages : ['g++-8', 'clang-6.0 ']
22+ sources : ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-7 ']
23+ packages : ['g++-8', 'clang-7 ']
2424
2525 - os : linux
2626 language : python
@@ -36,9 +36,6 @@ matrix:
3636 script :
3737 - python .conan/build.py
3838
39- - os : osx
40- osx_image : xcode10
41-
4239before_install :
4340 - |
4441 if [[ (-x $(which brew)) ]]; then
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ More documentation on [pcre.org](https://www.pcre.org/current/doc/html/pcre2synt
4343
4444## Supported compilers
4545
46- * clang 5 .0+ (template UDL, C++17 syntax)
47- * gcc 7.2 + (template UDL, C++17 syntax)
46+ * clang 7 .0+ (template UDL, C++17 syntax)
47+ * gcc 7.4 + (template UDL, C++17 syntax)
4848* gcc 9.0+ (C++17 & C++20 cNTTP syntax)
4949* MSVC 15.8.8+ (C++17 syntax only)
5050
You can’t perform that action at this time.
0 commit comments