actions-marketplace-validations/Get Latest Language Versions
Get latest language versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 30, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/actionstoolbox_get-language-versions-action@51f00a3757206113f3887583f65c3626a533e0d1 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| language | The language you want to get the versions for (go, nodejs, php, python or ruby) | yes | — |
| min-version | The minimum major.minor version to include or "EOL". or "ALL" | no | eol |
| max-version | The maximum major.minor version to include or "latest". | no | latest |
| max-versions | The maximum number of versions to include. | no | 0 |
| include-prereleases | Whether to include new version of Python that have no official releases. | no | false |
| highest-only | Whether to get the highest version only or all versions as a matrix. | no | false |
| remove-patch-version | Whether to remove the patch version from the version string or not. | no | false |
| use-head | Use the head of main/master instead of the latest released version | no | false |
Outputs
| name | description |
|---|---|
| latest-versions | Version or List of versions that can be loaded as a matrix with fromJson |