File tree 2 files changed +8
-6
lines changed 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,16 @@ jobs:
34
34
- " 9.2"
35
35
- " 9.4"
36
36
- " 9.6"
37
+ - " 9.8"
37
38
include :
38
- - { os: macOS-latest, ghc: "9.6 " }
39
- - { os: windows-latest, ghc: "9.6 " }
39
+ - { os: macOS-latest, ghc: "9.8 " }
40
+ - { os: windows-latest, ghc: "9.8 " }
40
41
41
42
steps :
42
43
- uses : actions/checkout@v3
43
44
44
45
- name : Set up GHC ${{ matrix.ghc-version }}
45
- uses : haskell/ actions/setup@v2
46
+ uses : haskell- actions/setup@v2
46
47
id : setup
47
48
with :
48
49
ghc-version : ${{ matrix.ghc }}
99
100
100
101
- uses : actions/checkout@v3
101
102
102
- - uses : haskell/ actions/setup@v2
103
+ - uses : haskell- actions/setup@v2
103
104
name : Setup Haskell Stack
104
105
with :
105
106
ghc-version : ${{ matrix.ghc }}
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ tested-with:
31
31
GHC == 8.10.7
32
32
GHC == 9.0.2
33
33
GHC == 9.2.8
34
- GHC == 9.4.5
35
- GHC == 9.6.2
34
+ GHC == 9.4.7
35
+ GHC == 9.6.3
36
+ GHC == 9.8.1
36
37
37
38
source-repository head
38
39
type : git
You can’t perform that action at this time.
0 commit comments