Skip to content

Commit 647e975

Browse files
committed
CI: also test with GHC 9.4
1 parent 421c4f8 commit 647e975

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
versions:
20-
- ghc: '8.0.2'
21-
cabal: '2.4'
22-
- ghc: '8.2.2'
23-
cabal: '2.4'
2420
- ghc: '8.4.4'
2521
cabal: '2.4'
2622
- ghc: '8.6.5'
@@ -31,8 +27,10 @@ jobs:
3127
cabal: '3.2'
3228
- ghc: '9.0.2'
3329
cabal: '3.4'
34-
- ghc: '9.2.2'
30+
- ghc: '9.2.6'
3531
cabal: '3.6'
32+
- ghc: '9.4.4'
33+
cabal: '3.8'
3634

3735
steps:
3836
- uses: actions/checkout@v2

hslua-module-doclayout.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ tested-with: GHC == 8.4.4
2020
, GHC == 8.8.4
2121
, GHC == 8.10.7
2222
, GHC == 9.0.2
23-
, GHC == 9.2.2
23+
, GHC == 9.2.6
24+
, GHC == 9.4.4
2425

2526
source-repository head
2627
type: git

0 commit comments

Comments
 (0)