Skip to content

Commit fd202f7

Browse files
authored
Add GHC 9.8.2 to CI (#195)
1 parent 996540b commit fd202f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,23 @@ jobs:
5353
os: [ubuntu-latest, windows-latest, macos-latest]
5454
cabal: ["3.8", "latest"]
5555
ghc:
56+
- "9.8"
5657
- "9.6"
5758
- "9.4"
5859
- "9.2"
5960
- "9.0"
6061
- "8.10"
6162
exclude:
63+
# macos llvm issue for versions less than 9.2
6264
- os: macos-latest
6365
ghc: "8.10"
6466
- os: macos-latest
6567
ghc: "9.0"
6668
# Cabal 3.8 supports GHC < 9.6
6769
- cabal: "3.8"
6870
ghc: "9.6"
71+
- cabal: "3.8"
72+
ghc: "9.8"
6973

7074
steps:
7175
- uses: actions/checkout@v4
@@ -183,6 +187,7 @@ jobs:
183187
- "9.2.8"
184188
- "9.4.8"
185189
- "9.6.5"
190+
- "9.8.2"
186191
os: [ubuntu-latest]
187192

188193
steps:
@@ -202,7 +207,7 @@ jobs:
202207
key: ${{ runner.os }}-stack-global-${{ hashFiles('stack.yaml') }}-${{ hashFiles('package.yaml') }}
203208
restore-keys: |
204209
${{ runner.os }}-stack-global-
205-
- uses: actions/cache@v3
210+
- uses: actions/cache@v4
206211
name: Cache .stack-work
207212
with:
208213
path: .stack-work

minio-hs.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tested-with: GHC == 8.10.7
2727
, GHC == 9.2.8
2828
, GHC == 9.4.8
2929
, GHC == 9.6.5
30+
, GHC == 9.8.2
3031

3132
source-repository head
3233
type: git

0 commit comments

Comments
 (0)