From 5341755ccb02eebd512b8dae3fc5338b865d0cc6 Mon Sep 17 00:00:00 2001 From: waddlaw Date: Fri, 3 Jan 2025 22:24:51 +0900 Subject: [PATCH] Add GHC 9.10 to CI checks --- .github/workflows/cabal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cabal.yml b/.github/workflows/cabal.yml index 395d6dd..34433ad 100644 --- a/.github/workflows/cabal.yml +++ b/.github/workflows/cabal.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - ghc-version: ["8.6", "8.8", "8.10", "9.4", "9.6", "9.8", "9.12"] + ghc-version: ["8.6", "8.8", "8.10", "9.4", "9.6", "9.8", "9.10", "9.12"] cabal-version: ["3.12"] cache-version: ["2025-01-01"] steps: