aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-06-26 09:15:06 -0700
committerJohn MacFarlane <[email protected]>2023-06-26 09:15:06 -0700
commit7f30075ab7deeb75b2c414c41efa447988198995 (patch)
treed4b584c2daa1df859e2aed8cc569e3a43bc0545c /.github/workflows/ci.yml
parent7cca27b67d729a360c7faee1d1e80544e31206e4 (diff)
Add CI testing on ghc 9.6
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da9c97ee7..447b0f878 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,6 +59,9 @@ jobs:
- ghc: '9.4'
cabal: 'latest'
cabalopts: ''
+ - ghc: '9.6'
+ cabal: 'latest'
+ cabalopts: ''
steps:
- uses: actions/checkout@v3