Skip to content

Commit

Permalink
Test with GHC 9.2.7 and 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 26, 2023
1 parent 700cffc commit 622c380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
needs: ormolu
strategy:
matrix:
cabal: ["3.8"]
ghc: ["9.0.2", "9.2.5", "9.4.4"]
cabal: ["3.10"]
ghc: ["9.2.7", "9.4.4", "9.6.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
needs: ormolu
strategy:
matrix:
cabal: ["3.8"]
ghc: ["9.0.2", "9.2.5", "9.4.4"]
cabal: ["3.10"]
ghc: ["9.2.7", "9.4.4", "9.6.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
Expand Down
2 changes: 1 addition & 1 deletion path-io.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: BSD-3-Clause
license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com>
author: Mark Karpov <markkarpov92@gmail.com>
tested-with: ghc ==9.0.2 ghc ==9.2.5 ghc ==9.4.4
tested-with: ghc ==9.2.7 ghc ==9.4.4 ghc ==9.6.1
homepage: https://github.com/mrkkrp/path-io
bug-reports: https://github.com/mrkkrp/path-io/issues
synopsis: Interface to ‘directory’ package for users of ‘path’
Expand Down

0 comments on commit 622c380

Please sign in to comment.