Add GHC 9.6 to build matrix

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

View File

@ -53,6 +53,7 @@ jobs:
- lts-19.0 # ghc-9.0
- lts-20.0 # ghc-9.2
- lts-21.0 # ghc-9.4
- nightly-2023-07-01 # ghc-9.6
steps:
- uses: actions/checkout@v3

View File

@ -8,6 +8,7 @@ currently supported versions are:
.. csv-table::
:header: "GHC", "Stackage", "base"
"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"