Skip to content

Commit

Permalink
Drop testing on ghc-8.6
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Dec 25, 2022
1 parent 1d90c39 commit 45946bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
, "3.6"
]
ghc:
[ "8.6"
, "8.8"
[ "8.8"
, "8.10"
, "9.0"
]
Expand Down
1 change: 0 additions & 1 deletion hackport.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ description:
that are generated from a hackage repo of Cabal packages.

tested-with:
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
Expand Down

0 comments on commit 45946bd

Please sign in to comment.