From 28a9ff62f1ca29da4733e1386400fa3f5d03a74c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 Sep 2021 15:24:50 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9011b9..e24b920 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ instance. For CMake users, `add_subdirectory` is supported, as is installation a ## Supported compilers -* g++ 4.7 or later -* clang++ 3.3 or later +* g++ 4.8 or later +* clang++ 3.9 or later * Visual Studio 2013, 2015, 2017, 2019 -Tested on [Travis](https://travis-ci.org/boostorg/mp11/) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/). +Tested on [Github Actions](https://github.com/boostorg/mp11/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/). ## License