From af7da1daad200a962472a9cd51f5a9a21cb5bda1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 20 Jan 2025 05:33:57 -0800 Subject: [PATCH] Add GHC 9.2.8 to github CI Reviewed By: josefs Differential Revision: D68326850 --- .github/workflows/ci.yml | 4 ++-- glean.cabal.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c503603..c6a4120b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: strategy: fail-fast: false matrix: - ghc: [8.6.5, 8.8.4, 8.10.7] + ghc: [8.6.5, 8.8.4, 8.10.7, 9.2.8] compiler: [gcc] include: - - ghc: 8.10.7 + - ghc: 9.2.8 compiler: clang runs-on: 32-core-ubuntu container: diff --git a/glean.cabal.in b/glean.cabal.in index ad797d866..06197ecf9 100644 --- a/glean.cabal.in +++ b/glean.cabal.in @@ -1116,7 +1116,7 @@ executable hiedb-indexer glean:schema, glean:stubs, glean:util, - hiedb, + hiedb < 0.5, split, sqlite-simple,