diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 32f69cab0..71af5a0b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -180,7 +180,7 @@ jobs: cabal: strategy: matrix: - ghc: ['9.6.7', '9.8.2'] + ghc: ['9.6.7', '9.8.4'] 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 0106d2dc9..45a4a5f1c 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -22,7 +22,7 @@ tested-with: -- stack on FreeBSD, MacOS, Ubuntu, Windows , GHC == 9.6.7 -- cabal on Ubuntu - , GHC == 9.8.2 + , GHC == 9.8.4 source-repository head type: git