File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,17 @@ jobs:
3131 - " 9.4.8"
3232 - " 9.6.7"
3333 - " 9.8.4"
34- - " 9.10.2"
35- - " 9.12.2"
34+ - " 9.10"
35+ - " 9.12"
36+ - " 9.14"
3637 include :
37- - ghc : " 9.12.2 "
38+ - ghc : " 9.14 "
3839 os : macos-latest
39- - ghc : " 9.12.2 "
40+ - ghc : " 9.14 "
4041 os : windows-latest
4142
4243 steps :
43- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4445
4546 - uses : haskell-actions/setup@v2
4647 id : setup
4950 cabal-version : " latest"
5051 cabal-update : true
5152
52- - uses : actions/cache@v4
53+ - uses : actions/cache@v5
5354 name : Cache cabal stuff
5455 with :
5556 path : |
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Checkout sources
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313
1414 - name : Check for whitespace violations
1515 uses : andreasabel/fix-whitespace-action@v1
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ category: Development
2222build-type : Simple
2323
2424tested-with :
25+ GHC == 9.14.1
2526 GHC == 9.12.2
26- GHC == 9.10.2
27+ GHC == 9.10.3
2728 GHC == 9.8.4
2829 GHC == 9.6.7
2930 GHC == 9.4.8
You can’t perform that action at this time.
0 commit comments