Skip to content

Commit dd4d5e9

Browse files
committed
CI: test with GHC 9.6 and 9.8
1 parent fad74bf commit dd4d5e9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ jobs:
2929
cabal: '3.4'
3030
- ghc: '9.2.6'
3131
cabal: '3.6'
32-
- ghc: '9.4.4'
32+
- ghc: '9.4.8'
3333
cabal: '3.8'
34+
- ghc: '9.6.4'
35+
cabal: '3.8'
36+
- ghc: '9.8.1'
37+
cabal: '3.10'
3438

3539
steps:
3640
- uses: actions/checkout@v3

hslua-module-doclayout.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ tested-with: GHC == 8.4.4
2121
, GHC == 8.10.7
2222
, GHC == 9.0.2
2323
, GHC == 9.2.6
24-
, GHC == 9.4.4
24+
, GHC == 9.4.8
25+
, GHC == 9.6
26+
, GHC == 9.8
2527

2628
source-repository head
2729
type: git
@@ -69,4 +71,4 @@ test-suite hslua-module-doclayout-test
6971
hs-source-dirs: test
7072
main-is: test-hslua-module-doclayout.hs
7173
build-depends: hslua-module-doclayout
72-
ghc-options: -threaded
74+
ghc-options: -threaded

0 commit comments

Comments
 (0)