We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620cd68 commit b2c0ab8Copy full SHA for b2c0ab8
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
- ghc: '8.6.5'
26
cabal: '3.2'
27
- ghc: '8.8.4'
28
- cabal: '3.2'
29
- - ghc: '8.10.1'
30
+ cabal: '3.4'
+ - ghc: '8.10.2'
31
32
steps:
33
- uses: actions/checkout@v2
ast-migrator.cabal
@@ -18,7 +18,7 @@ tested-with: GHC == 8.2.2
18
, GHC == 8.4.4
19
, GHC == 8.6.5
20
, GHC == 8.8.4
21
- , GHC == 8.10.1
+ , GHC == 8.10.2
22
23
source-repository head
24
type: git
0 commit comments