Merge pull request #396 from barrucadu/ghc-9.6

Add GHC 9.6 to build matrix
This commit is contained in:
Michael Walker 2023-07-02 01:33:03 +01:00 committed by GitHub
commit 235858b017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,8 @@ 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
- nightly-2023-07-01 # ghc-9.6
steps:
- uses: actions/checkout@v3

View File

@ -8,7 +8,8 @@ currently supported versions are:
.. csv-table::
:header: "GHC", "Stackage", "base"
"9.4", "Nightly 2023-01-01", "4.17.0.0"
"9.6", "Nightly 2021-07-01", "4.18.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"