diff options
| author | John MacFarlane <[email protected]> | 2023-06-26 09:15:06 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-06-26 09:15:06 -0700 |
| commit | 7f30075ab7deeb75b2c414c41efa447988198995 (patch) | |
| tree | d4b584c2daa1df859e2aed8cc569e3a43bc0545c | |
| parent | 7cca27b67d729a360c7faee1d1e80544e31206e4 (diff) | |
Add CI testing on ghc 9.6
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 |
