Releases: Kleidukos/get-tested
v0.1.9.1
get-tested v0.1.9.1
This release brings improvements for better compatibility between versions of the CLI tool and the action.
Thanks to new release workflows, the get-tested action can be run on windows & macos runners, not just ubuntu runners
anymore.
The README mentions the need to select at least one operating system in the action's options.
My thanks to @mmhat for the contributions.
Special thanks to @webdevred for driving the v0.1.9 release family.
Thanks to the haters, whose notable absence keeps us going.
v0.1.9.0
Please also set the version of the tool to 0.1.9.0 when updating this action's version. Unfortunately dependabot won't do it for you.
get-tested-head
Fix test-action.yml
v0.1.7.1
Use the new naming scheme for the binary
v0.1.7.0
You can explicitly set runner OS versions on the command-line and in the GitHub action. The OS switches (--macos, --ubuntu and --windows) are kept for backwards compatibility and will be undergoing progressive deprecation.
$ get-tested ./get-tested.cabal --ubuntu-version=14-large --macos
matrix={"include":[{"ghc":"9.6.4","os":"macos-latest"},{"ghc":"9.6.4","os":"ubuntu-14-large"}]}name: Extract the tested GHC versions
id: set-matrix
uses: kleidukos/[email protected]
with:
cabal-file: get-tested.cabal
ubuntu-version: latest
version: 0.1.7.0v0.1.7.0-rc1
Release candidate to test explicit version inputs.
v0.1.6.0 – GitHub Action
Thanks to @turion we now have a fully reusable Github Action! See the README on how to use it.
v0.1.5.0
What's Changed
- Print GHC versions as an array if OS flag is not specified by @Sereja313 in #15
New Contributors
- @Sereja313 made their first contribution in #15