Add CI testing on ghc 9.6

This commit is contained in:
John MacFarlane
2023-06-26 09:15:06 -07:00
parent 7cca27b67d
commit 7f30075ab7
+3
View File
@@ -59,6 +59,9 @@ jobs:
- ghc: '9.4'
cabal: 'latest'
cabalopts: ''
- ghc: '9.6'
cabal: 'latest'
cabalopts: ''
steps:
- uses: actions/checkout@v3