Skip to content

Commit 3e53fc0

Browse files
committed
Update GHC and Cabal versions in GHA
1 parent bc847b5 commit 3e53fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.6", "9.8.2", "9.10.1", "9.12.1"]
26-
cabal: ["3.12.1.0"]
25+
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.6", "9.8.4", "9.10.1", "9.12.1"]
26+
cabal: ["3.14.1.1"]
2727
os: [ubuntu-latest, windows-latest, macOS-13]
2828
no-debug: [""]
2929
include:

0 commit comments

Comments
 (0)