Julia
How json2vars-setter handles Julia, and how the example workflow provisions it.
json2vars-setter integration
| Item | Value |
|---|---|
| Matrix JSON key | versions.julia |
| Action output | versions_julia |
| Dynamic-update strategy input | julia-strategy (stable / latest / both) |
| Version source | see Version Sources |
Supported runners
The example matrix runs on Ubuntu / Windows / macOS:
ubuntu-latest, windows-latest, macos-latest
Any GitHub-hosted runner the setup action supports also works - the OS list is just the os array in your matrix JSON.
Supported versions
Example matrix (what the example workflow runs):
Latest values tracked by the dynamic-update tooling (auto-refreshed from the release APIs into the version cache):
| Field | Version |
|---|---|
stable |
1.11.9 |
latest |
1.12.6 |
Cache last updated: 2026-06-24T12:28:43.120278.
Setup action (example workflow)
julia_test.yml provisions Julia with the matrix value json2vars-setter produced:
References
- Example project:
examples/julia/ - Example workflow:
.github/workflows/julia_test.yml - Matrix JSON:
examples/julia/julia_project_matrix.json