get-tested v0.1.10.0 has been released!
get-tested is a CLI tool that retrieves the tested-with stanza of a cabal file and formats it in such a way that GitHub Actions can use it. You can also use it as an action in your workflows.
This release adds support for:
- Specifying multiple runner versions per OS, e.g. ubuntu-version: ‘24.04,latest’
- Returning a list of versions when the versions-only parameter is provided
Additionally, the get-tested-head release will now auto-regenerate whenever the haskell source code or the action yaml files change.
Thanks a lot to @webdevred for the work that was put into these features.