Skip to content

Commit d8852b8

Browse files
committed
CI: Add ghc-9.14 to the build matrix
1 parent 5bb93f2 commit d8852b8

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
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ghc: ["9.6", "9.8", "9.10", "9.12"]
29-
cabal: ["3.14"]
28+
ghc: ["9.6", "9.8", "9.10", "9.12", "9.14"]
29+
cabal: ["3.16"]
3030
sys:
3131
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
3232
- { os: ubuntu-latest, shell: bash }

0 commit comments

Comments
 (0)