Skip to content

Commit d648643

Browse files
authored
Update haskell.yml
1 parent 1f58441 commit d648643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-latest, ubuntu-latest]
16-
cabal: ["3.4"]
17-
ghc: ["8.10.7"]
16+
cabal: ["3.8"]
17+
ghc: ["8.10.7", "9.0.2", "9.2.6", "9.4.4"]
1818

1919
runs-on: ${{ matrix.os }}
2020

@@ -46,4 +46,4 @@ jobs:
4646
cabal test all
4747
- name: Build haddock
4848
run: |
49-
cabal haddock all
49+
cabal haddock all

0 commit comments

Comments
 (0)