From a4325235b9d4e64f7c7d1db68aa6330137044294 Mon Sep 17 00:00:00 2001 From: Conan Center Index Bot <54393557+conan-center-bot@users.noreply.github.com> Date: Thu, 9 Sep 2021 00:03:29 +0200 Subject: [PATCH] (#7205) [doc] Update supported platforms and configurations (2021-09-08) Co-authored-by: CCI bot --- docs/supported_platforms_and_configurations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/supported_platforms_and_configurations.md b/docs/supported_platforms_and_configurations.md index 899652a637..3bfcd3ee83 100644 --- a/docs/supported_platforms_and_configurations.md +++ b/docs/supported_platforms_and_configurations.md @@ -51,8 +51,8 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan- ## Linux - Compilers: - - GCC versions: 10, 4.9, 5, 6, 7, 8, 9 - - Clang versions: 10, 11, 3.9, 4.0, 5.0, 6.0, 7.0, 8, 9 + - GCC versions: 10, 5, 6, 7, 8, 9 + - Clang versions: 10, 11 - C++ Standard Library (`libcxx`): - GCC compiler: `libstdc++`, `libstdc++11` - Clang compiler: `libstdc++`, `libc++`