Skip to content

Commit

Permalink
Added GHC 9.8 and 9.10 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC authored and tomsmeding committed Nov 30, 2024
1 parent cce3400 commit 13a608e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- "ARM64"
ghc:
- 'latest'
- '9.10'
- '9.8'
- '9.6'
- '9.4'
- '9.2'
Expand Down
2 changes: 1 addition & 1 deletion accelerate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ library
, prettyprinter-ansi-terminal >= 1.1.2
, primitive >= 0.6.4
, tasty >= 0.11
, template-haskell
, template-haskell < 2.23
, terminal-size >= 0.3
, text >= 1.2.4
, transformers >= 0.3
Expand Down

0 comments on commit 13a608e

Please sign in to comment.