diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 3aa4e67369..43e48d9751 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -11,12 +11,9 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["8.10.7", "9.2.7", "9.6.2"] + ghc: ["8.10.7", "9.6.2"] cabal: ["3.10.1.0"] os: [ubuntu-latest, macos-latest, windows-latest] - exclude: - - ghc: "9.2.7" - os: macos-latest env: # Modify this value to "invalidate" the cabal cache.