Skip to content

Commit

Permalink
Test with GHC 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Feb 13, 2022
1 parent 7a8ca5e commit 66ce72c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
cabal: ["3.6"]
ghc: ["8.10.7", "9.0.1", "9.2.1"]
ghc: ["8.10.7", "9.0.2", "9.2.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
- uses: actions/[email protected]
- uses: haskell/actions/[email protected].7
- uses: haskell/actions/[email protected].9
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down
2 changes: 1 addition & 1 deletion modern-uri.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 <[email protected]>
author: Mark Karpov <[email protected]>
tested-with: ghc ==8.10.7 ghc ==9.0.1 ghc ==9.2.1
tested-with: ghc ==8.10.7 ghc ==9.0.2 ghc ==9.2.1
homepage: https://github.com/mrkkrp/modern-uri
bug-reports: https://github.com/mrkkrp/modern-uri/issues
synopsis: Modern library for working with URIs
Expand Down

0 comments on commit 66ce72c

Please sign in to comment.