Skip to content

Commit

Permalink
Build with GHC 9.8 and 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
turion authored and Manuel Bärenz committed Jul 17, 2024
1 parent 87ae557 commit 91d8ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.5", "9.6.2"]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.5", "9.6.2", "9.8.2", "9.10.1"]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion free-algebras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra-source-files:
ChangeLog.md
README.md
stability: experimental
tested-with: GHC == { 8.10, 9.0, 9.2, 9.4, 9.6 }
tested-with: GHC == { 8.10, 9.0, 9.2, 9.4, 9.6, 9.8, 9.10 }

source-repository head
type: git
Expand Down

0 comments on commit 91d8ce7

Please sign in to comment.