Skip to content

Commit

Permalink
add support for GHC 9.4 to CI
Browse files Browse the repository at this point in the history
update Changelog
  • Loading branch information
agentm committed Dec 31, 2023
1 parent a659f31 commit c796ffb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
os: [ubuntu-latest]
ghc:
- ghc9.2
- ghc9.4
include:
- os: macos-latest
ghc: ghc9.2
Expand Down
6 changes: 6 additions & 0 deletions Changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2023-12-30 (v0.9.8)

* fix notification serialization in transaction (#362)
* require minimum GHC 9.2 (dropping GHC 8.10 and GHC 9.0)
* add support for GHC 9.4

# 2023-07-18 (v0.9.7)

* fix critical bug resulting in empty results from cross joins
Expand Down

0 comments on commit c796ffb

Please sign in to comment.