We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e2c1d commit 77b6122Copy full SHA for 77b6122
.github/workflows/ci.yml
@@ -13,12 +13,13 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest]
16
- cabal: ["3.2"]
+ cabal: ["3.6"]
17
ghc:
18
- - "8.0.2"
19
- - "8.2.2"
20
- - "8.4.2"
21
- - "8.10.4"
+ - "8.6.5"
+ - "8.8.4"
+ - "8.10.7"
+ - "9.0.2"
22
+ - "9.2.1"
23
24
steps:
25
- uses: actions/checkout@v2
@@ -63,8 +64,8 @@ jobs:
63
64
# only test stack with one OS and one GHC version; if it works with
65
# cabal, it probably also works with stack.
66
- stack: ["2.3.1"]
67
- ghc: ["8.0.2"]
+ stack: ["2.7.3"]
68
+ ghc: ["8.10.7"]
69
70
71
0 commit comments