diff options
| author | John MacFarlane <[email protected]> | 2025-01-06 22:19:11 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-01-06 22:19:11 -0800 |
| commit | 564be58fa866dd10e82292c09948eb8c80051ab1 (patch) | |
| tree | b4f97d172f6857524e93c4b73ffad1235246e017 /.github | |
| parent | 9e43625e4ea9410133a104a960659e8883dcbcf3 (diff) | |
CI: test with ghc 9.8, 9.10
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
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 |
