Skip to content

Commit

Permalink
add gcc versions 8.3, 9.1 (#5112)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored and lasote committed May 7, 2019
1 parent 5a04329 commit 0470bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conans/client/conf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"5", "5.1", "5.2", "5.3", "5.4", "5.5",
"6", "6.1", "6.2", "6.3", "6.4",
"7", "7.1", "7.2", "7.3",
"8", "8.1", "8.2",
"9"]
"8", "8.1", "8.2", "8.3",
"9", "9.1"]
libcxx: [libstdc++, libstdc++11]
threads: [None, posix, win32] # Windows MinGW
exception: [None, dwarf2, sjlj, seh] # Windows MinGW
Expand Down

0 comments on commit 0470bb0

Please sign in to comment.