Skip to content

Commit 72c608a

Browse files
tarlebjgm
authored andcommitted
CI: add GHC 9.4.4 with cabal 3.8 to test matrix
1 parent a34f5c2 commit 72c608a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
cabal: '3.2'
2525
- ghc: '9.0.2'
2626
cabal: '3.4'
27-
- ghc: '9.2.3'
27+
- ghc: '9.2.5'
2828
cabal: '3.6'
29+
- ghc: '9.4.4'
30+
cabal: '3.8'
2931
steps:
3032
- uses: actions/checkout@v2
3133
- name: Cache

pandoc-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Category: Text
3434
Build-type: Simple
3535
Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2,
3636
GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7,
37-
GHC == 9.0.2, GHC == 9.2.3
37+
GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4
3838
Extra-Source-Files: changelog
3939
Source-repository head
4040
type: git

0 commit comments

Comments
 (0)