Skip to content

Commit f472277

Browse files
committed
Test with GHC 9.10.1, drop 9.4.x
1 parent 2f3bd6d commit f472277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.10"]
22-
ghc: ["9.4.7", "9.6.3", "9.8.1"]
22+
ghc: ["9.6.3", "9.8.2", "9.10.1"]
2323
env:
2424
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
2525
steps:

hspec-megaparsec.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.4.7 ghc ==9.6.3 ghc ==9.8.1
8+
tested-with: ghc ==9.6.3 ghc ==9.8.2 ghc ==9.10.1
99
homepage: https://github.com/mrkkrp/hspec-megaparsec
1010
bug-reports: https://github.com/mrkkrp/hspec-megaparsec/issues
1111
synopsis: Utility functions for testing Megaparsec parsers with Hspec

0 commit comments

Comments
 (0)