Skip to content

Commit 45946bd

Browse files
committed
Drop testing on ghc-8.6
Signed-off-by: hololeap <[email protected]>
1 parent 1d90c39 commit 45946bd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
, "3.6"
1818
]
1919
ghc:
20-
[ "8.6"
21-
, "8.8"
20+
[ "8.8"
2221
, "8.10"
2322
, "9.0"
2423
]

hackport.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ description:
1212
that are generated from a hackage repo of Cabal packages.
1313

1414
tested-with:
15-
, GHC == 8.6.5
1615
, GHC == 8.8.4
1716
, GHC == 8.10.7
1817
, GHC == 9.0.2

0 commit comments

Comments
 (0)