Skip to content

Commit

Permalink
CI: Test with ghc-9.12 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
clyring authored Jan 1, 2025
1 parent c73756a commit 4e80579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
include:
- os: macOS-latest
ghc: 'latest'
Expand Down
7 changes: 4 additions & 3 deletions bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ Author: Don Stewart,
Maintainer: Haskell Bytestring Team <[email protected]>, Core Libraries Committee
Homepage: https://github.com/haskell/bytestring
Bug-reports: https://github.com/haskell/bytestring/issues
Tested-With: GHC==9.10.1,
GHC==9.8.2,
GHC==9.6.5,
Tested-With: GHC==9.12.1,
GHC==9.10.1,
GHC==9.8.4,
GHC==9.6.6,
GHC==9.4.8,
GHC==9.2.8,
GHC==9.0.2,
Expand Down

0 comments on commit 4e80579

Please sign in to comment.