GaloisInc / llvm-pretty

An llvm pretty printer inspired by the haskell llvm binding
Other
28 stars 15 forks source link

Update CI to test against modern versions of GHC #143

Open mccleeary-galois opened 2 months ago

mccleeary-galois commented 2 months ago

CI is currently targeting old version of GHC see https://github.com/GaloisInc/llvm-pretty/actions/runs/10590308709/job/29345856200#step:3:49.

We generally target the following: ghc-version: ["9.4.8", "9.6.5", "9.8.2"]

CI should be updated to test against these.