File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 15
15
name : ${{ matrix.os }} / ghc ${{ matrix.ghc }}
16
16
runs-on : ${{ matrix.os }}
17
17
strategy :
18
+ fail-fast : false
18
19
matrix :
19
20
os : [ubuntu-latest, macOS-latest, windows-latest]
20
21
cabal : ['latest']
27
28
- ' 9.0.2'
28
29
- ' 9.2.8'
29
30
- ' 9.4.7'
30
- - ' 9.6.2'
31
+ - ' 9.6.3'
32
+ - ' 9.8.1'
31
33
exclude :
34
+ - os : macOS-latest
35
+ ghc : 9.6.3
32
36
- os : macOS-latest
33
37
ghc : 9.4.7
34
38
- os : macOS-latest
46
50
- os : macOS-latest
47
51
ghc : 8.2.2
48
52
53
+ - os : windows-latest
54
+ ghc : 9.6.3
49
55
- os : windows-latest
50
56
ghc : 9.4.7
51
57
- os : windows-latest
Original file line number Diff line number Diff line change @@ -41,14 +41,15 @@ tested-with: GHC == 8.2.2
41
41
GHC == 9.0.2
42
42
GHC == 9.2.8
43
43
GHC == 9.4.7
44
- GHC == 9.6.2
44
+ GHC == 9.6.3
45
+ GHC == 9.8.1
45
46
46
47
source-repository head
47
48
type : git
48
49
location : https://github.com/co-log/co-log-core.git
49
50
50
51
common common-options
51
- build-depends : base >= 4.10.1.0 && < 4.19
52
+ build-depends : base >= 4.10.1.0 && < 4.20
52
53
53
54
ghc-options : -Wall
54
55
-Wcompat
You can’t perform that action at this time.
0 commit comments