Skip to content

Commit 472f0bd

Browse files
committed
CI: Add GHC928
1 parent 994a3ae commit 472f0bd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.dhall

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ in haskellCi.generalCi
2222
, ghc =
2323
[ haskellCi.GHC.GHC963
2424
, haskellCi.GHC.GHC947
25+
, haskellCi.GHC.GHC928
2526
, haskellCi.GHC.GHC902
2627
, haskellCi.GHC.GHC8107
2728
]

.github/workflows/ci.dhall.frozen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ in haskellCi.generalCi
2323
, ghc =
2424
[ haskellCi.GHC.GHC963
2525
, haskellCi.GHC.GHC947
26+
, haskellCi.GHC.GHC928
2627
, haskellCi.GHC.GHC902
2728
, haskellCi.GHC.GHC8107
2829
]

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
ghc:
5555
- '9.6.3'
5656
- '9.4.7'
57+
- '9.2.8'
5758
- '9.0.2'
5859
- '8.10.7'
5960
os:

0 commit comments

Comments
 (0)