From 7cfed9ce9091be2412957a0e474e535215f0eafd Mon Sep 17 00:00:00 2001 From: Matthew Craven Date: Tue, 31 Dec 2024 18:34:15 -0500 Subject: [PATCH] CI: Test with ghc-9.12 --- .github/workflows/ci.yml | 2 +- bytestring.cabal | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19786174..0b42a8a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/bytestring.cabal b/bytestring.cabal index c337c1ac..7079bcbb 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -57,9 +57,10 @@ Author: Don Stewart, Maintainer: Haskell Bytestring Team , 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,