File tree Expand file tree Collapse file tree 2 files changed +7
-21
lines changed
Expand file tree Collapse file tree 2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,14 @@ jobs:
1717 strategy :
1818 matrix :
1919 versions :
20- - ghc : ' 8.6.5'
21- cabal : ' 3.2'
22- - ghc : ' 8.8.4'
23- cabal : ' 3.2'
24- - ghc : ' 8.10.7'
25- cabal : ' 3.2'
26- - ghc : ' 9.0.2'
27- cabal : ' 3.4'
28- - ghc : ' 9.2.6'
29- cabal : ' 3.6'
30- - ghc : ' 9.4.8'
20+ - ghc : ' 9.6'
3121 cabal : ' 3.8'
32- - ghc : ' 9.6.4'
33- cabal : ' 3.8'
34- - ghc : ' 9.8.1'
22+ - ghc : ' 9.8'
3523 cabal : ' 3.10'
24+ - ghc : ' 9.10'
25+ cabal : ' 3.12'
26+ - ghc : ' 9.12'
27+ cabal : ' 3.14'
3628
3729 steps :
3830 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -15,13 +15,7 @@ build-type: Simple
1515extra-doc-files : README.md
1616 CHANGELOG.md
1717extra-source-files : test/test-doclayout.lua
18- tested-with : GHC == 8.6.5
19- , GHC == 8.8.4
20- , GHC == 8.10.7
21- , GHC == 9.0.2
22- , GHC == 9.2.6
23- , GHC == 9.4.8
24- , GHC == 9.6
18+ tested-with : GHC == 9.6
2519 , GHC == 9.8
2620
2721source-repository head
You can’t perform that action at this time.
0 commit comments