Disable commands when choco installing and use old versions

This commit is contained in:
Thomas Boop
2020-11-18 11:44:19 -05:00
parent 7b9c49b13d
commit 8c47402eee
5 changed files with 26 additions and 39 deletions

View File

@@ -121,7 +121,7 @@ jobs:
## Version Support
**GHC on Mac/Ubuntu:**
**GHC:**
- `latest` (default, recommended)
- `8.10.1` `8.10`
@@ -141,15 +141,6 @@ jobs:
- `8.0.2` `8.0`
- `7.10.3` `7.10`
**GHC on Windows:**
- `latest` (default, recommended)
- `8.10.2.2`
- `8.10.1.1`
- `8.8.4.1`
- `8.8.3.2`
- `8.8.2.1`
Suggestion: Try to support the three latest major versions of GHC.
**Cabal:**