From 253f2bf5373b92ab57fe48450a6cc6143a2b9f87 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sat, 25 Feb 2023 13:37:08 -0500 Subject: [PATCH] ci: remove GHC 8.10.7 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc6022b44..23b8a15fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -216,7 +216,7 @@ jobs: Build-Cabal: strategy: matrix: - ghc: ['8.10.7', '9.2.4'] + ghc: ['9.2.4'] fail-fast: false name: Build Linux (Cabal, GHC ${{ matrix.ghc }}) runs-on: ubuntu-latest