Skip to content

Commit

Permalink
Merge pull request #258 from tomjaguarpaw/more-GHC-CI
Browse files Browse the repository at this point in the history
Support GHC 9.6 and 9.8 and add them to CI
  • Loading branch information
turion authored Jan 8, 2024
2 parents 6994e9f + 77ed0b6 commit dbbed3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2', '9.6.3', '9.8.1']
name: Haskell GHC ${{ matrix.ghc }} cabal
env:
cabal_project_freeze: cabal.project.${{ matrix.ghc }}.freeze
Expand Down
1 change: 1 addition & 0 deletions cabal.project.9.6.3
1 change: 1 addition & 0 deletions cabal.project.9.8.1
4 changes: 2 additions & 2 deletions clay.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Library
Clay.Transition

Build-Depends:
base >= 4.11 && < 4.18,
base >= 4.11 && < 4.20,
mtl >= 1,
text >= 0.11
GHC-Options: -Wall -Wcompat
Expand All @@ -89,7 +89,7 @@ Test-Suite Test-Clay
Build-Tools: hspec-discover
main-is: Spec.hs
Build-Depends:
base >= 4.11 && < 4.18,
base >= 4.11 && < 4.20,
mtl >= 1,
text >= 0.11,
hspec >= 2.2.0,
Expand Down

0 comments on commit dbbed3b

Please sign in to comment.