File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
28
28
matrix :
29
29
os : [ubuntu-latest]
30
30
ghc :
31
- - " 8.8"
32
31
- " 8.10"
33
32
- " 9.0"
34
33
- " 9.2"
35
34
- " 9.4"
36
35
- " 9.6"
37
36
- " 9.8"
37
+ - " 9.10"
38
38
include :
39
- - { os: macOS-latest, ghc: "9.8 " }
40
- - { os: windows-latest, ghc: "9.8 " }
39
+ - { os: macOS-latest, ghc: "9.10 " }
40
+ - { os: windows-latest, ghc: "9.10 " }
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
45
45
- name : Set up GHC ${{ matrix.ghc-version }}
46
46
uses : haskell-actions/setup@v2
98
98
steps :
99
99
- uses : nikeee/setup-pandoc@v1
100
100
101
- - uses : actions/checkout@v3
101
+ - uses : actions/checkout@v4
102
102
103
103
- uses : haskell-actions/setup@v2
104
104
name : Setup Haskell Stack
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ extra-doc-files:
27
27
Bug-Reports : https://github.com/snapframework/io-streams-haproxy/issues
28
28
29
29
tested-with :
30
- GHC == 8.8.4
31
30
GHC == 8.10.7
32
31
GHC == 9.0.2
33
32
GHC == 9.2.8
34
- GHC == 9.4.7
35
- GHC == 9.6.3
36
- GHC == 9.8.1
33
+ GHC == 9.4.8
34
+ GHC == 9.6.6
35
+ GHC == 9.8.2
36
+ GHC == 9.10.1
37
37
38
38
source-repository head
39
39
type : git
You can’t perform that action at this time.
0 commit comments