Skip to content

Commit b2c0ab8

Browse files
committed
Test with GHC 8.10.2 and cabal 3.4
1 parent 620cd68 commit b2c0ab8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- ghc: '8.6.5'
2626
cabal: '3.2'
2727
- ghc: '8.8.4'
28-
cabal: '3.2'
29-
- ghc: '8.10.1'
30-
cabal: '3.2'
28+
cabal: '3.4'
29+
- ghc: '8.10.2'
30+
cabal: '3.4'
3131

3232
steps:
3333
- uses: actions/checkout@v2

ast-migrator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tested-with: GHC == 8.2.2
1818
, GHC == 8.4.4
1919
, GHC == 8.6.5
2020
, GHC == 8.8.4
21-
, GHC == 8.10.1
21+
, GHC == 8.10.2
2222

2323
source-repository head
2424
type: git

0 commit comments

Comments
 (0)