julia-actions/julia-version

Resolve version specifiers into Julia versions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionsThe Julia version specifier or list of specifiers to resolve. Support formats include a scalar, JSON list, or a YAML list. When passing in a scalar prefer using a string instead of a numeric value to avoid unwanted YAML decimal conversions (e.g. `1.10` will be interpreted as `1.1`).yes
projectThe path to the Julia project directory or file to use when resolving some specifiers (e.g. `min`). Defaults to using the environmental variable `JULIA_PROJECT` if set or otherwise `.`.no""
if-missingDetermine the behavior if a version specifier cannot be resolved.nowarn
namedescription
resolved-jsonThe unique JSON list of resolved Julia versions. Any versions which could not be resolved will be excluded from this list.
resolvedA single resolved Julia version when the input `versions` contains is a single version specifier. Will be an empty string if version cannot be resolved.