Skip to content

Releases: Kleidukos/get-tested

v0.1.9.1

16 Nov 14:58

Choose a tag to compare

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

31 Oct 10:20
d59e477

Choose a tag to compare

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

16 Sep 08:19

Choose a tag to compare

get-tested-head Pre-release
Pre-release
Fix test-action.yml

v0.1.7.1

21 Jul 10:58

Choose a tag to compare

Use the new naming scheme for the binary

v0.1.7.0

07 Mar 13:34
d4a41f1

Choose a tag to compare

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.0

v0.1.7.0-rc1

07 Mar 11:19
dceb7ef

Choose a tag to compare

Pre-release

Release candidate to test explicit version inputs.

v0.1.6.0 – GitHub Action

06 Jan 21:35

Choose a tag to compare

Thanks to @turion we now have a fully reusable Github Action! See the README on how to use it.

v0.1.5.0

25 Sep 09:28

Choose a tag to compare

What's Changed

  • Print GHC versions as an array if OS flag is not specified by @Sereja313 in #15

New Contributors

v0.1.4.0

05 Mar 23:35

Choose a tag to compare

This release enables you to use whatever GHC version you want, as long as it is a specific version and not a range.
This is particularly helpful because get-tested does not have to maintain its own list of valid versions anymore.

v0.1.3.0

25 Jan 17:56

Choose a tag to compare

Support latest GHC releases