Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Require GHC 9.2 as the minimum #23

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Conversation

RyanGlScott
Copy link
Contributor

This PR updates the GHC versions that macaw-loader's CI tests to use GHC 9.2.8 as the minimum. It also:

  • Updates the cabal version accordingly.
  • Upgrades to the latest versions of the checkout and haskell-actions/setup actions, as they were also out of date.
  • Updates the GHC testing matrix to test 9.2 through 9.6.
  • Bumps the submodules to bring in versions of each library that are compatible with GHC 9.6.

Fixes #22.

RyanGlScott and others added 2 commits July 29, 2024 08:05
This bumps the `asl-translator`, `crucible`, `dwarf`, `elf-edit`, `flexdis86`,
`llvm-pretty`, `llvm-pretty-bc-parser`, `macaw`, `semmc`, and `what4`
submodules. The end result is that `macaw-loader` can now build with GHC 9.6,
which is a prerequisite for #22.
This patch updates the GHC versions that `macaw-loader`'s CI tests to use GHC
9.2.8 as the minimum. It also updates the `cabal` version accordingly.

While I was in town, I also used the latest versions of the `checkout` and
`haskell-actions/setup` actions, as they were also out of date.

Fixes #22.
@RyanGlScott RyanGlScott merged commit 2786317 into master Jul 29, 2024
3 checks passed
@RyanGlScott RyanGlScott deleted the T22-bump-ci-ghc-versions branch July 29, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CI to use GHC 9.2 as the minimum
2 participants