diff --git a/.cirrus.yaml b/.cirrus.yaml index a430812..5456dcd 100644 --- a/.cirrus.yaml +++ b/.cirrus.yaml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-13-1 + image_family: freebsd-14-0 task: install_script: pkg install -y ghc hs-cabal-install git diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 470c1de..424a544 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8.4', '8.8.2', '8.8.1', '8.6', '8.4'] + ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8.4', '8.8.2', '8.8.1', '8.6', '8.4'] exclude: - os: macos-latest ghc: '9.0' diff --git a/bitvec.cabal b/bitvec.cabal index bfccfb5..9bfb063 100644 --- a/bitvec.cabal +++ b/bitvec.cabal @@ -51,7 +51,7 @@ category: Data, Bit Vectors author: Andrew Lelechenko , James Cook -tested-with: GHC ==8.4.4 GHC ==8.6.5 GHC ==8.8.1 GHC ==8.8.2 GHC ==8.8.4 GHC ==8.10.7 GHC ==9.0.2 GHC ==9.2.7 GHC ==9.4.4 GHC ==9.6.1 +tested-with: GHC ==8.4.4 GHC ==8.6.5 GHC ==8.8.1 GHC ==8.8.2 GHC ==8.8.4 GHC ==8.10.7 GHC ==9.0.2 GHC ==9.2.8 GHC ==9.4.8 GHC ==9.6.6 GHC ==9.8.2 GHC ==9.10.1 extra-doc-files: changelog.md README.md