From bb10e18506fe5df430a6ce555cff45e14e06d0c5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 5 Dec 2022 11:07:32 +1100 Subject: [PATCH] Update supported GHC versions --- .github/workflows/haskell.yml | 5 ++++- hw-balancedparens.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index b6b0868..ef19284 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -17,8 +17,11 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.2.2", "9.0.2", "8.10.7", "8.8.4", "8.6.5"] + ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"] os: [ubuntu-latest, macOS-latest, windows-latest] + exclude: + - ghc: "9.4.2" + os: windows-latest steps: - uses: actions/checkout@v2 diff --git a/hw-balancedparens.cabal b/hw-balancedparens.cabal index 4a86ee5..dffa303 100644 --- a/hw-balancedparens.cabal +++ b/hw-balancedparens.cabal @@ -12,7 +12,7 @@ maintainer: newhoggy@gmail.com copyright: 2016-2021 John Ky license: BSD-3-Clause license-file: LICENSE -tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 +tested-with: GHC == 9.4.3, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 build-type: Simple extra-source-files: README.md