Skip to content

Commit 4e80579

Browse files
authored
CI: Test with ghc-9.12 (#703)
1 parent c73756a commit 4e80579

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
os: [ubuntu-latest]
21-
ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
21+
ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
2222
include:
2323
- os: macOS-latest
2424
ghc: 'latest'

bytestring.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ Author: Don Stewart,
5757
Maintainer: Haskell Bytestring Team <[email protected]>, Core Libraries Committee
5858
Homepage: https://github.com/haskell/bytestring
5959
Bug-reports: https://github.com/haskell/bytestring/issues
60-
Tested-With: GHC==9.10.1,
61-
GHC==9.8.2,
62-
GHC==9.6.5,
60+
Tested-With: GHC==9.12.1,
61+
GHC==9.10.1,
62+
GHC==9.8.4,
63+
GHC==9.6.6,
6364
GHC==9.4.8,
6465
GHC==9.2.8,
6566
GHC==9.0.2,

0 commit comments

Comments
 (0)