Skip to content

Commit

Permalink
Test with GHC 9.6.6 and 9.8.2 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 authored Dec 13, 2024
1 parent 8267dc4 commit c5738cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["9.8.1", "9.6.3", "9.4.6", "9.2.8"]
ghc: ["9.8.2", "9.6.6", "9.4.6", "9.2.8"]
env:
CONFIG: "--enable-tests --enable-benchmarks"
steps:
Expand Down
2 changes: 1 addition & 1 deletion apply-refact.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extra-source-files:
tests/examples/*.hs.expected
tests/examples/*.hs.refact

tested-with: GHC ==9.2.8 || ==9.4.6 || ==9.6.3 || ==9.8.1
tested-with: GHC ==9.2.8 || ==9.4.6 || ==9.6.6 || ==9.8.2

source-repository head
type: git
Expand Down

0 comments on commit c5738cc

Please sign in to comment.