File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
29
29
matrix :
30
30
os : [ubuntu-latest]
31
31
ghc :
32
- - " 8.8.4"
33
32
- " 8.10.7"
34
33
- " 9.0.2"
35
34
- " 9.2"
36
35
- " 9.4"
37
36
- " 9.6"
38
37
- " 9.8"
38
+ - " 9.10"
39
39
include :
40
- - { os: macOS-latest, ghc: "9.8 " }
41
- - { os: windows-latest, ghc: "9.8 " }
40
+ - { os: macOS-latest, ghc: "9.10 " }
41
+ - { os: windows-latest, ghc: "9.10 " }
42
42
43
43
steps :
44
44
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ bug-reports: https://github.com/snapframework/snap-core/issues
36
36
category : Web, Snap, IO-Streams
37
37
38
38
tested-with :
39
- GHC == 8.8.4
40
39
GHC == 8.10.7
41
40
GHC == 9.0.2
42
41
GHC == 9.2.8
43
42
GHC == 9.4.8
44
- GHC == 9.6.4
43
+ GHC == 9.6.6
45
44
GHC == 9.8.2
45
+ GHC == 9.10.1
46
46
47
47
extra-source-files :
48
48
test/TestSuite.hs,
You can’t perform that action at this time.
0 commit comments