From fbfa2c52354d97bf0d54b56cc6b568f90eb6167f Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Sun, 26 Nov 2023 16:51:22 +0000 Subject: [PATCH] Drop 9.0 from CI HLS no longer supports it. --- .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 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