Switch to LTS-21.0 for GHC 9.4 build

This commit is contained in:
Michael Walker 2023-07-02 01:04:09 +01:00
parent b242cdd7b1
commit ecfef7a892
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
- lts-17.0 # ghc-8.10
- lts-19.0 # ghc-9.0
- lts-20.0 # ghc-9.2
- nightly-2023-01-01 # ghc-9.4
- lts-21.0 # ghc-9.4
steps:
- uses: actions/checkout@v3

View File

@ -8,7 +8,7 @@ currently supported versions are:
.. csv-table::
:header: "GHC", "Stackage", "base"
"9.4", "Nightly 2023-01-01", "4.17.0.0"
"9.4", "LTS 21.0", "4.17.0.0"
"9.2", "LTS 20.0", "4.16.0.0"
"9.0", "LTS 19.0", "4.15.0.0"
"8.10", "LTS 17.0", "4.14.1.0"