From 564be58fa866dd10e82292c09948eb8c80051ab1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Jan 2025 22:19:11 -0800 Subject: CI: test with ghc 9.8, 9.10 --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') 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 -- cgit v1.2.3