Skip to content

Commit

Permalink
Add GHC 9.8.2 to CI (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatello committed May 1, 2024
1 parent 996540b commit fd202f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,23 @@ 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
ghc: "9.0"
# Cabal 3.8 supports GHC < 9.6
- cabal: "3.8"
ghc: "9.6"
- cabal: "3.8"
ghc: "9.8"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -183,6 +187,7 @@ jobs:
- "9.2.8"
- "9.4.8"
- "9.6.5"
- "9.8.2"
os: [ubuntu-latest]

steps:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions minio-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd202f7

Please sign in to comment.