Skip to content

Commit 136ca98

Browse files
committed
CI: add GHC 9.2.2 to test matrix
1 parent 09ef44c commit 136ca98

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
cabal: '3.2'
3030
- ghc: '8.10.7'
3131
cabal: '3.2'
32-
- ghc: '9.0.1'
32+
- ghc: '9.0.2'
3333
cabal: '3.4'
34+
- ghc: '9.2.2'
35+
cabal: '3.6'
3436

3537
steps:
3638
- uses: actions/checkout@v2

hslua-module-doclayout.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ tested-with: GHC == 8.0.2
2121
, GHC == 8.6.5
2222
, GHC == 8.8.4
2323
, GHC == 8.10.7
24-
, GHC == 9.0.1
24+
, GHC == 9.0.2
25+
, GHC == 9.2.2
2526

2627
source-repository head
2728
type: git

0 commit comments

Comments
 (0)