haskell-tree-sitter icon indicating copy to clipboard operation
haskell-tree-sitter copied to clipboard

Generate test matrix from tested-with GHCs

Open Kleidukos opened this issue 1 year ago • 1 comments

This PR updates the CI setup a bit:

  • The tested-with stanza of the cabal file is updated to reflect a canonical list of GHC versions that are being actively tested.

  • This list is used to generate a CI matrix.

  • Supported base version is set to 4.14 / GHC 8.10.7, which makes some conditionals like if (impl(ghc >= 8.6)) redundant.

  • A dependabot config has been setup to offer PR to update the github actions used.

Kleidukos avatar Jan 04 '24 21:01 Kleidukos