Skip to content

Commit

Permalink
removed 9.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyday567 committed Feb 10, 2024
1 parent 6e8a2f9 commit 41228cd
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 @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ['9.8', '9.6', '9.4', '9.2']
ghc-version: ['9.8', '9.6', '9.4']
docspec: [false]
experimental: [false]

Expand Down
2 changes: 1 addition & 1 deletion numhask.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description:

build-type: Simple
tested-with:
GHC ==9.2.8 || ==9.4.5 || ==9.6.2 || ==9.8.1
GHC ==9.4.8 || ==9.6.4 || ==9.8.1
extra-doc-files:
ChangeLog.md
other/*.svg
Expand Down

0 comments on commit 41228cd

Please sign in to comment.