Skip to content

Commit

Permalink
Add GHC 9.2.8 to github CI (#483)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #483

Reviewed By: josefs

Differential Revision: D68326850
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jan 20, 2025
1 parent 4e158d3 commit 00d8708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion glean.cabal.in
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,8 @@ executable hiedb-indexer
glean:schema,
glean:stubs,
glean:util,
hiedb,
hie-compat < 0.3.1.2,
hiedb < 0.4.3,
split,
sqlite-simple,

Expand Down

0 comments on commit 00d8708

Please sign in to comment.