aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-01-06 22:19:11 -0800
committerJohn MacFarlane <[email protected]>2025-01-06 22:19:11 -0800
commit564be58fa866dd10e82292c09948eb8c80051ab1 (patch)
treeb4f97d172f6857524e93c4b73ffad1235246e017 /.github
parent9e43625e4ea9410133a104a960659e8883dcbcf3 (diff)
CI: test with ghc 9.8, 9.10
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c96cdcc98..ce5ab0b33 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,6 +63,12 @@ jobs:
- ghc: '9.6'
cabal: 'latest'
cabalopts: ''
+ - ghc: '9.8'
+ cabal: 'latest'
+ cabalopts: ''
+ - ghc: '9.10'
+ cabal: 'latest'
+ cabalopts: ''
steps:
- uses: actions/checkout@v4