From 1c869bf3a692dc724d4e834a1ecb63c86473e027 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 19 Apr 2026 20:17:48 +0200 Subject: [PATCH] ci: remove builds for GHC 9.6.7 and 9.8.4 Now that we can build with at least GHC 9.10 on all platforms, there is no need to keep testing these older versions anymore. --- .github/workflows/build.yaml | 2 +- postgrest.cabal | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a1cad4abb..ccd6b834e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -181,7 +181,7 @@ jobs: cabal: strategy: matrix: - ghc: ['9.6.7', '9.8.4', '9.10.3', '9.12.3'] + ghc: ['9.10.3', '9.12.3'] fail-fast: false name: Cabal - Linux x86-64 - GHC ${{ matrix.ghc }} runs-on: ubuntu-24.04 diff --git a/postgrest.cabal b/postgrest.cabal index db78b9fd3..643929664 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -17,10 +17,6 @@ extra-source-files: CHANGELOG.md tested-with: -- cabal on Ubuntu - , GHC == 9.6.7 - -- cabal on Ubuntu - , GHC == 9.8.4 - -- cabal on Ubuntu -- stack on FreeBSD, MacOS, Ubuntu, Windows , GHC == 9.10.3 -- cabal on Ubuntu