Skip to content

Commit 41228cd

Browse files
committed
removed 9.2 support
1 parent 6e8a2f9 commit 41228cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest]
25-
ghc-version: ['9.8', '9.6', '9.4', '9.2']
25+
ghc-version: ['9.8', '9.6', '9.4']
2626
docspec: [false]
2727
experimental: [false]
2828

numhask.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description:
2727

2828
build-type: Simple
2929
tested-with:
30-
GHC ==9.2.8 || ==9.4.5 || ==9.6.2 || ==9.8.1
30+
GHC ==9.4.8 || ==9.6.4 || ==9.8.1
3131
extra-doc-files:
3232
ChangeLog.md
3333
other/*.svg

0 commit comments

Comments
 (0)