File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- ghc : ["8.10.7", "9.2.5 ", "9.4.4"]
15
+ ghc : ["8.10.7", "9.2.7 ", "9.4.4"]
16
16
cabal : ["3.8.1.0"]
17
17
os : [ubuntu-latest, macos-latest, windows-latest]
18
18
@@ -146,7 +146,7 @@ jobs:
146
146
uses : haskell/actions/setup@v1
147
147
id : setup-haskell
148
148
with :
149
- ghc-version : 9.2.5
149
+ ghc-version : 9.2.7
150
150
cabal-version : 3.8.1.0
151
151
152
152
- name : " Setup cabal bin path"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ category: Control
17
17
build-type : Simple
18
18
extra-source-files : CHANGELOG.md
19
19
README.md
20
- tested-with : GHC == { 8.10.7 , 9.2.5 , 9.4 .4 }
20
+ tested-with : GHC == { 8.10, 9.2, 9.4 }
21
21
22
22
source-repository head
23
23
type : git
You can’t perform that action at this time.
0 commit comments