Skip to content

Commit

Permalink
Add GHC 96 to CI (#1485)
Browse files Browse the repository at this point in the history
* update versions

* lol
  • Loading branch information
parsonsmatt authored Oct 3, 2023
1 parent e2b1a11 commit 40f0a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cabal: ["3.6"]
cabal: ["3.8"]
ghc:
- "8.4.4"
- "8.6.5"
Expand All @@ -54,6 +54,7 @@ jobs:
- "9.0.2"
- "9.2.4"
- "9.4.1"
- "9.6.1"

env:
CONFIG: "--enable-tests --enable-benchmarks"
Expand Down
2 changes: 1 addition & 1 deletion persistent-redis/persistent-redis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
, scientific >= 0.3.5 && < 0.4
, text >= 1.2
, time >= 1.6
, transformers >= 0.5 && < 0.6
, transformers >= 0.5
, utf8-string >= 1.0 && < 1.1

exposed-modules: Database.Persist.Redis
Expand Down

0 comments on commit 40f0a33

Please sign in to comment.