From 7ae8a8179db72d276a0a1cfd94ae4039c5124dfa Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Mon, 1 May 2023 13:08:14 -0700 Subject: [PATCH] Add GHC 9.4 to CI (#186) --- .github/workflows/ci.yml | 28 ++++++++++++---------------- minio-hs.cabal | 3 ++- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed3a64d..86a342c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,22 +50,18 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] # Removed macos-latest due to cert issues. - cabal: ["3.6", "3.8"] + cabal: ["3.6", "3.8", "latest"] ghc: - - "9.2.4" - - "9.0.2" - - "8.10.7" - - "8.8.4" - - "8.6.5" - # exclude: - # - os: macOS-latest - # ghc: 8.8.4 - # - os: macOS-latest - # ghc: 8.6.5 - # - os: windows-latest - # ghc: 8.10.7 - # - os: windows-latest - # ghc: 8.6.5 + - "9.4" + - "9.2" + - "9.0" + - "8.10" + - "8.8" + - "8.6" + exclude: + - os: windows-latest + ghc: "9.4" + cabal: "3.6" steps: - uses: actions/checkout@v3 @@ -157,7 +153,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - uses: haskell/actions/setup@v2 diff --git a/minio-hs.cabal b/minio-hs.cabal index c2cb360..bdb2242 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -26,7 +26,8 @@ tested-with: GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.7 , GHC == 9.0.2 - , GHC == 9.2.4 + , GHC == 9.2.7 + , GHC == 9.4.5 source-repository head type: git