File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ jobs:
26
26
matrix :
27
27
os : [ubuntu-latest]
28
28
ghc :
29
- - " 8.8"
30
29
- " 8.10"
31
30
- " 9.0"
32
31
- " 9.2"
33
32
- " 9.4"
34
33
- " 9.6"
35
34
- " 9.8"
35
+ - " 9.10"
36
36
# TODO: HsOpenSSL fails to build on Windows and macOS without openssl.
37
37
# include:
38
38
# - { os: macOS-latest, ghc: "9.8" }
39
39
# - { os: windows-latest, ghc: "9.8" }
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
44
44
- name : Set up GHC ${{ matrix.ghc-version }}
45
45
uses : haskell-actions/setup@v2
94
94
ghc : " 9.8"
95
95
96
96
steps :
97
- - uses : actions/checkout@v3
97
+ - uses : actions/checkout@v4
98
98
99
99
- uses : haskell-actions/setup@v2
100
100
name : Setup Haskell Stack
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ extra-source-files:
33
33
testserver/static/hello.txt
34
34
35
35
tested-with :
36
- GHC == 8.8.4
37
36
GHC == 8.10.7
38
37
GHC == 9.0.2
39
38
GHC == 9.2.8
40
- GHC == 9.4.7
41
- GHC == 9.6.3
42
- GHC == 9.8.1
39
+ GHC == 9.4.8
40
+ GHC == 9.6.6
41
+ GHC == 9.8.2
42
+ GHC == 9.10.1
43
43
44
44
Flag portable
45
45
Description : Compile in cross-platform mode. No platform-specific code or
You can’t perform that action at this time.
0 commit comments