From ec6c5a68dc766a0e8c8c32f15c8654e8fa44d002 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Mon, 5 May 2025 14:54:19 +0200 Subject: [PATCH] Bump Windows/Mac CI to latest 4 major GHCs --- .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 7bf91c16..f0e103d0 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['9.8', '9.6', '9.4'] + ghc: ['9.12', '9.10', '9.8', '9.6'] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v4