mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02:56:54 +08:00
README examples: '1' for the latest v1 (#296)
* README examples: '1' for latest * Update README.md Co-authored-by: Dilum Aluthge <dilum@aluthge.com> --------- Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
This commit is contained in:
committed by
GitHub
parent
05e75bd682
commit
2fa18025fe
@@ -122,6 +122,7 @@ You can either specify specific Julia versions or version ranges. If you specify
|
||||
- `'~1.3.0-rc1'` is a **tilde** version range that includes pre-releases of `1.3.0` starting at `rc1`. It matches all versions `≥ 1.3.0-rc1` and `< 1.4.0`.
|
||||
- `'^1.3.0-0'` is a **caret** version range that includes _all_ pre-releases of `1.3.0`. It matches all versions `≥ 1.3.0-` and `< 2.0.0`.
|
||||
- `'~1.3.0-0'` is a **tilde** version range that includes _all_ pre-releases of `1.3.0`. It matches all versions `≥ 1.3.0-` and `< 1.4.0`.
|
||||
- `'1'` will install the latest v1 version of Julia.
|
||||
- `'lts'` will install the latest LTS build.
|
||||
- `'pre'` will install the latest prerelease build (RCs, betas, and alphas).
|
||||
- `'nightly'` will install the latest nightly build.
|
||||
|
||||
Reference in New Issue
Block a user