Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Sep 6, 2024
1 parent c868c48 commit 4a2b01e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ The inputs of the action (under the `with:` stanza) are the following:
_Required:_ false \
_Default:_ Not set

* `newest:` \
Enable only the newest GHC version found in the cabal file
\
_Required:_ false \
_Default:_ false

* `oldest:` \
Enable only the oldest GHC version found in the cabal file
\
_Required:_ false \
_Default:_ false

See below for an example:

```yaml
Expand All @@ -73,7 +85,7 @@ jobs:
with:
cabal-file: get-tested.cabal
ubuntu-version: "latest"
macos-version: "13"
macos-version: "latest"
version: 0.1.7.1
tests:
name: ${{ matrix.ghc }} on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion get-tested.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: get-tested
version: 0.1.7.1
version: 0.1.8.0
synopsis: Get the tested-with stanza of your Cabal file

-- description:
Expand Down

0 comments on commit 4a2b01e

Please sign in to comment.