mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-22 12:15:39 +03:00
Switch to LTS-21.0 for GHC 9.4 build
This commit is contained in:
parent
b242cdd7b1
commit
ecfef7a892
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user