kleidukos/Test supported GHC versions
Generate a test matrix from your cabal file's `tested-with` stanza
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cabal-file | The path to your cabal file, e.g. somefolder/myproject.cabal | yes | — |
| version | Version of the get-tested tool | no | "" |
| windows | Enable Windows runner, latest version | no | false |
| windows-version | Enable Windows runner. If both `windows` and `windows-version` inputs are set, the explicit version will take priority | no | "" |
| macos | Enable macOS runner, latest version | no | false |
| macos-version | Enable macOS runner. If both `macos` and `macos-version` inputs are set, the explicit version will take priority | no | "" |
| ubuntu | Enable Ubuntu runner, latest version | no | false |
| ubuntu-version | Enable Ubuntu runner. If both `ubuntu` and `ubuntu-version` inputs are set, the explicit version will take priority | no | "" |
| newest | Enable only the newest GHC version found in the cabal file | no | false |
| oldest | Enable only the oldest GHC version found in the cabal file | no | false |
| versions-only | Return the list of version only | no | false |
Outputs
| name | description |
|---|---|
| matrix | The GHC version matrix |