Skip to content

Commit ec03c47

Browse files
committed
Fix CI for ghc 8.10.
1 parent 8fd2c22 commit ec03c47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ jobs:
1111
matrix:
1212
versions:
1313
- ghc: '8.10'
14-
cabal: '3.0'
15-
- ghc: '9.0'
1614
cabal: '3.4'
17-
- ghc: '9.2'
15+
- ghc: '9.0'
1816
cabal: '3.8'
17+
- ghc: '9.2'
18+
cabal: '3.10'
1919
- ghc: '9.4'
2020
cabal: '3.10'
2121
- ghc: '9.6'
2222
cabal: 'latest'
23+
- ghc: '9.8'
24+
cabal: 'latest'
2325
steps:
2426
- uses: actions/checkout@v1
2527
- name: Install cabal/ghc

0 commit comments

Comments
 (0)