From dec206e4d8a7725c963195e577d8236ddbec58e6 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Wed, 27 Dec 2023 11:18:24 +0100 Subject: [PATCH] Remove GHC 9.2 from GHA --- .github/workflows/haskell.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 2d02bb20bed..2629c2f65e7 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: # If you edit these versions, make sure the version in the lonely macos-latest job below is updated accordingly - ghc: ["9.2.8", "9.6.3"] + ghc: ["9.6.4"] cabal: ["3.10.2.1"] os: [windows-latest, ubuntu-latest] include: @@ -34,11 +34,11 @@ jobs: # We want a single job, because macOS runners are scarce. - os: macos-latest cabal: "3.10.2.1" - ghc: "9.6.3" + ghc: "9.6.4" env: # Modify this value to "invalidate" the cabal cache. - CABAL_CACHE_VERSION: "2024-01-19" + CABAL_CACHE_VERSION: "2024-01-24" concurrency: group: >