diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 96aa99d0..0e4ad832 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ghc-version: ['9.8', '9.6', '9.4', '9.2', '9.0'] + ghc-version: ['9.8', '9.6', '9.4', '9.2'] # Unlikely that we'll succeed on windows and fail on macos, # including it is just burning CI time. But windows could have # path or IO issues, so worth including