From 8e923cfa48f351e60e948e444cb88dd32051887a Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 26 Jul 2024 15:31:41 +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 f240dfb2..e8653fe9 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.2.8", "9.6.5", "9.8.2"] + ghc: ["9.2.8", "9.6.5", "9.8.2", "9.10.1"] os: [ubuntu-latest, macos-latest, windows-latest] cabal: ["3.10.3.0"]