Skip to content

Releases: Kleidukos/get-tested

get-tested-head

16 Sep 08:19
Compare
Choose a tag to compare
get-tested-head Pre-release
Pre-release
Fix test-action.yml

v0.1.7.1

21 Jul 10:58
Compare
Choose a tag to compare
Use the new naming scheme for the binary

v0.1.7.0

07 Mar 13:34
d4a41f1
Compare
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/get-tested@v0.1.7.0
with:
  cabal-file: get-tested.cabal
  ubuntu-version: latest
  version: 0.1.7.0

v0.1.7.0-rc1

07 Mar 11:19
dceb7ef
Compare
Choose a tag to compare
Pre-release

Release candidate to test explicit version inputs.

v0.1.6.0 – GitHub Action

06 Jan 21:35
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Support latest GHC releases

v0.1.2.0 – Modularity of platforms

19 Nov 13:15
f8495ed
Compare
Choose a tag to compare

You now declare the platforms you need in the CLI.

v0.1.1.0 – Not the First release

18 Nov 23:41
Compare
Choose a tag to compare