From 75161c97dd294e28ab22b7a862dc93bffe1f9988 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 13 Jan 2025 12:03:11 -0800 Subject: [PATCH] Remove CI testing for ghc 9.10 -- this seems not to work with feed. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf3c4609d..2adbd7ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: cabal: 'latest' - ghc: '9.8' cabal: 'latest' - - ghc: '9.10' - cabal: 'latest' steps: - uses: actions/checkout@v1 - name: Install cabal/ghc