Use LTS 14.0 for the GHC 8.6 matrix build

This LTS has tasty-hedgehog, unlike LTS 13.3.  So now only LTS 9.0
requires the vendored version.
This commit is contained in:
Michael Walker 2023-06-17 22:17:16 +01:00
parent d3bbddb628
commit 3406fd3fdb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
resolver:
- lts-10.0 # ghc-8.2
- lts-12.0 # ghc-8.4
- lts-13.3 # ghc-8.6
- lts-14.0 # ghc-8.6
- lts-15.0 # ghc-8.8
- lts-17.0 # ghc-8.10
- lts-19.0 # ghc-9.0

View File

@ -13,7 +13,7 @@ currently supported versions are:
"9.0", "LTS 19.0", "4.15.0.0"
"8.10", "LTS 17.0", "4.14.1.0"
"8.8", "LTS 15.0", "4.13.0.0"
"8.6", "LTS 13.0", "4.12.0.0"
"8.6", "LTS 14.0", "4.12.0.0"
"8.4", "LTS 12.0", "4.11.0.0"
"8.2", "LTS 10.0", "4.10.1.0"