Test GHC 9.0.2 and 9.2.2 with Stack (#170)
This commit is contained in:
parent
baee20dfb6
commit
7b6547aca0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -123,7 +123,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
stack: ["2.7.3"]
|
stack: ["2.7.3"]
|
||||||
ghc: ["8.10.7"]
|
ghc:
|
||||||
|
- "8.10.7"
|
||||||
|
- "9.0.2"
|
||||||
|
- "9.2.2"
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user