From 4f3bcc67a5d351946023935daa7332ac9134acad Mon Sep 17 00:00:00 2001
From: Karsten Suehring <karsten.suehring@hhi.fraunhofer.de>
Date: Thu, 7 Nov 2019 15:30:51 +0100
Subject: [PATCH] remove VS 2015 from testing environment / update
 documentation on tested platforms

---
 .gitlab-ci.yml          | 5 -----
 doc/software-manual.tex | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 082b52f72..48c3d9200 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,11 +47,6 @@ build_ubuntu1804-gcc8:
    tags:
       - ubuntu1804-gcc8
 
-build_vc1900:
-   extends: .build_template
-   tags:
-      - vc1900
-
 build_vc191x:
    extends: .build_template
    tags:
diff --git a/doc/software-manual.tex b/doc/software-manual.tex
index 1533444a2..d971c90c6 100644
--- a/doc/software-manual.tex
+++ b/doc/software-manual.tex
@@ -257,8 +257,8 @@ be available in older compilers.
  \thead{Compiler environment} &
  \thead{Versions} \\
 \hline
-MS Visual Studio  & 2015 and 2017 \\
-GCC               & 5.4 and 7.3 \\
+MS Visual Studio  & 2017 and 2019 \\
+GCC               & 5.4, 7.3 and 8.3\\
 Xcode/clang       & latest \\
 \hline
 \end{tabular}
-- 
GitLab