File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,23 @@ jobs:
53
53
os : [ubuntu-latest, windows-latest, macos-latest]
54
54
cabal : ["3.8", "latest"]
55
55
ghc :
56
+ - " 9.8"
56
57
- " 9.6"
57
58
- " 9.4"
58
59
- " 9.2"
59
60
- " 9.0"
60
61
- " 8.10"
61
62
exclude :
63
+ # macos llvm issue for versions less than 9.2
62
64
- os : macos-latest
63
65
ghc : " 8.10"
64
66
- os : macos-latest
65
67
ghc : " 9.0"
66
68
# Cabal 3.8 supports GHC < 9.6
67
69
- cabal : " 3.8"
68
70
ghc : " 9.6"
71
+ - cabal : " 3.8"
72
+ ghc : " 9.8"
69
73
70
74
steps :
71
75
- uses : actions/checkout@v4
@@ -183,6 +187,7 @@ jobs:
183
187
- " 9.2.8"
184
188
- " 9.4.8"
185
189
- " 9.6.5"
190
+ - " 9.8.2"
186
191
os : [ubuntu-latest]
187
192
188
193
steps :
@@ -202,7 +207,7 @@ jobs:
202
207
key : ${{ runner.os }}-stack-global-${{ hashFiles('stack.yaml') }}-${{ hashFiles('package.yaml') }}
203
208
restore-keys : |
204
209
${{ runner.os }}-stack-global-
205
- - uses : actions/cache@v3
210
+ - uses : actions/cache@v4
206
211
name : Cache .stack-work
207
212
with :
208
213
path : .stack-work
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ tested-with: GHC == 8.10.7
27
27
, GHC == 9.2.8
28
28
, GHC == 9.4.8
29
29
, GHC == 9.6.5
30
+ , GHC == 9.8.2
30
31
31
32
source-repository head
32
33
type : git
You can’t perform that action at this time.
0 commit comments