Skip to content

Commit b7e5bf9

Browse files
committed
Add GHC 9.8 to CI matrix
1 parent c741443 commit b7e5bf9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- "9.0"
3535
- "9.2"
3636
- "9.4"
37+
- "9.8"
3738
# exclude:
3839
# - os: macOS-latest
3940
# ghc: 8.8

unbound-generics.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extra-source-files: examples/*.hs, examples/*.lhs,
2828
README.md,
2929
Changelog.md
3030

31-
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.*, GHC == 9.4.*
31+
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.*, GHC == 9.4.*, GHC == 9.8.*
3232

3333
library
3434
exposed-modules: Unbound.Generics.LocallyNameless

0 commit comments

Comments
 (0)