From 3aff2d5cd2725e6dd5c73cc3561005a1cab7152e Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 8 Aug 2024 16:26:07 +1000 Subject: [PATCH] CI: Add ghc 9.10 to the build matrix --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index a9ff817d2b..6e194e5232 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.6", "9.8"] + ghc: ["9.6", "9.8", "9.10"] cabal: ["3.12"] sys: - { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }