Skip to content

Commit 15f0a09

Browse files
committed
update ci workflows to test on newer ghc versions
1 parent 09d4225 commit 15f0a09

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
# - macOS-latest
2222
cabal: ["latest"]
2323
ghc:
24-
- "9.6.6"
24+
- "9.6.7"
2525
- "9.8.4"
26-
- "9.10.2"
26+
- "9.10.3"
27+
- "9.12.3"
2728

2829
steps:
2930
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)