Releases: Kleidukos/get-tested
Releases · Kleidukos/get-tested
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.0
v0.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
v0.1.4.0
v0.1.3.0
v0.1.2.0 – Modularity of platforms
You now declare the platforms you need in the CLI.
v0.1.1.0 – Not the First release
Restore entire list