Skip to content

Commit a8aff39

Browse files
albertodvpAlexeyRaga
authored andcommitted
Add ci for ghc9.10
1 parent 50bbc55 commit a8aff39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
20+
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "9.10.1"]
2121
os: [ubuntu-latest]
2222

2323
steps:

hw-kafka-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: Alexey Raga <[email protected]>
1919
maintainer: Alexey Raga <[email protected]>
2020
license: MIT
2121
license-file: LICENSE
22-
tested-with: GHC == 8.10.2, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4
22+
tested-with: GHC == 8.10.2, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4, GHC == 9.10.1
2323
build-type: Simple
2424
extra-source-files: README.md
2525

0 commit comments

Comments
 (0)