Skip to content

Commit 4654234

Browse files
committed
Test with GHC 9.12.1
1 parent 07c2139 commit 4654234

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
cabal: ["3.12"]
22-
ghc: ["9.6.3", "9.8.2", "9.10.1"]
22+
ghc: ["9.8.4", "9.10.1", "9.12.1"]
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: haskell-actions/setup@v2

wave.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: BSD-3-Clause
55
license-file: LICENSE.md
66
maintainer: Mark Karpov <markkarpov92@gmail.com>
77
author: Mark Karpov <markkarpov92@gmail.com>
8-
tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1
8+
tested-with: ghc ==9.8.4 ghc ==9.10.1 ghc ==9.12.1
99
homepage: https://github.com/mrkkrp/wave
1010
bug-reports: https://github.com/mrkkrp/wave/issues
1111
synopsis: Work with WAVE and RF64 files

0 commit comments

Comments
 (0)