From fd202f75df43e5bd18048e2f9106582b37d7f249 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Wed, 1 May 2024 13:27:01 -0700 Subject: [PATCH] Add GHC 9.8.2 to CI (#195) --- .github/workflows/ci.yml | 7 ++++++- minio-hs.cabal | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb005e2..8c00cda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,12 +53,14 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] cabal: ["3.8", "latest"] ghc: + - "9.8" - "9.6" - "9.4" - "9.2" - "9.0" - "8.10" exclude: + # macos llvm issue for versions less than 9.2 - os: macos-latest ghc: "8.10" - os: macos-latest @@ -66,6 +68,8 @@ jobs: # Cabal 3.8 supports GHC < 9.6 - cabal: "3.8" ghc: "9.6" + - cabal: "3.8" + ghc: "9.8" steps: - uses: actions/checkout@v4 @@ -183,6 +187,7 @@ jobs: - "9.2.8" - "9.4.8" - "9.6.5" + - "9.8.2" os: [ubuntu-latest] steps: @@ -202,7 +207,7 @@ jobs: key: ${{ runner.os }}-stack-global-${{ hashFiles('stack.yaml') }}-${{ hashFiles('package.yaml') }} restore-keys: | ${{ runner.os }}-stack-global- - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache .stack-work with: path: .stack-work diff --git a/minio-hs.cabal b/minio-hs.cabal index 3dd7fd0..4f98d10 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -27,6 +27,7 @@ tested-with: GHC == 8.10.7 , GHC == 9.2.8 , GHC == 9.4.8 , GHC == 9.6.5 + , GHC == 9.8.2 source-repository head type: git