From 71ddef561c83512ebc5bbb0b3eaa7fd555d6444d Mon Sep 17 00:00:00 2001 From: Carlos Une Date: Wed, 4 Aug 2021 09:30:09 -0300 Subject: [PATCH 1/2] Remove GCC Fortran MinGW 8.4.0 from known to work list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccc723ff0..d5451bfa1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The following combinations are known to work, but they are not tested in the CI: Name | Version | Platform | Architecture --- | --- | --- | --- -GCC Fortran (MinGW) | 8.4.0, 9.3.0, 10.2.0 | Windows 10 | x86_64, i686 +GCC Fortran (MinGW) | 9.3.0, 10.2.0 | Windows 10 | x86_64, i686 We try to test as many available compilers and platforms as possible. A list of tested compilers which are currently not working and the respective issue are listed below. From d37e260a5dc009cc2b3d87005cd6427aa195b88d Mon Sep 17 00:00:00 2001 From: Carlos Une Date: Thu, 5 Aug 2021 23:32:20 -0300 Subject: [PATCH 2/2] Add GCC Fortran MinGW 11.2.0 to known to work list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5451bfa1..951084001 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The following combinations are known to work, but they are not tested in the CI: Name | Version | Platform | Architecture --- | --- | --- | --- -GCC Fortran (MinGW) | 9.3.0, 10.2.0 | Windows 10 | x86_64, i686 +GCC Fortran (MinGW) | 9.3.0, 10.2.0, 11.2.0 | Windows 10 | x86_64, i686 We try to test as many available compilers and platforms as possible. A list of tested compilers which are currently not working and the respective issue are listed below.