Compare commits

...

3 Commits

Author SHA1 Message Date
Michael Walker
235858b017
Merge pull request #396 from barrucadu/ghc-9.6
Add GHC 9.6 to build matrix
2023-07-02 01:33:03 +01:00
Michael Walker
93c4607a80
Add GHC 9.6 to build matrix 2023-07-02 01:04:56 +01:00
Michael Walker
ecfef7a892
Switch to LTS-21.0 for GHC 9.4 build 2023-07-02 01:04:09 +01:00
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"